<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>hanaaaaaachiru</author_name>
  <author_url>https://blog.hatena.ne.jp/hanaaaaaachiru/</author_url>
  <blog_title>はなちるのマイノート</blog_title>
  <blog_url>https://www.hanachiru-blog.com/</blog_url>
  <categories>
    <anon>Unity</anon>
  </categories>
  <description>はじめに 今回は現在時刻を調べる方法についての記事になります！これはDateTimeという構造体を用いることで簡単に調べることができます。では早速やっていきましょう。 やり方 DateTimeはSystem名前空間内にあるので、まずはこちらを記述しておきます。 using System; これができたら実際に取得するコードを書いてみましょう。 using UnityEngine; using System; public class Test : MonoBehaviour { private void Start() { DateTime presentTime = DateTime.Now…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.hanachiru-blog.com%2Fentry%2F2019%2F08%2F05%2F220000&quot; title=&quot;【Unity】現在時刻を調べる方法 - はなちるのマイノート&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>https://cdn-ak.f.st-hatena.com/images/fotolife/h/hanaaaaaachiru/20190809/20190809172540.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2019-08-05 22:00:00</published>
  <title>【Unity】現在時刻を調べる方法</title>
  <type>rich</type>
  <url>https://www.hanachiru-blog.com/entry/2019/08/05/220000</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
