DateTime.UtcNow プロパティ
このコンピュータの現在のローカルな日付と時刻を世界協定時刻 (UTC) で表した DateTime を取得します。
Public Shared ReadOnly Property UtcNow As DateTime
[C#]
public static DateTime UtcNow {get;}
[C++]
public: __property static DateTime get_UtcNow();
[JScript]
public static function get UtcNow() : DateTime;
プロパティ値
世界協定時刻 (UTC) で表した現在の日付と時刻を示す DateTime 。
解説
このプロパティの解像力はシステム タイマによって異なります。
System | 近似解像力 |
---|---|
Windows NT 3.5 以降 | 10 ミリ秒 |
Windows 98 | 55 ミリ秒 |
.NET Compact Framework - Windows CE .NET プラットフォームに関する注意点: Windows CE .NET では、時間は秒だけで計測されます。ミリ秒単位などのより正確な時間間隔は、 TickCount プロパティを使用して計測できます。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET, Common Language Infrastructure (CLI) Standard