次の方法で共有


DateTime.MaxValue フィールド

DateTime の最大有効値を表します。このフィールドは読み取り専用です。

Public Shared ReadOnly MaxValue As DateTime
[C#]
public static readonly DateTime MaxValue;
[C++]
public: static DateTime MaxValue;
[JScript]
public static var MaxValue : DateTime;

解説

この定数の値は、10000 年 1 月 1 日の 00:00:00 よりちょうど 100 ナノ秒タイマ刻み前の 9999 年 12 月 31 日の 23:59:59.9999999 に相当します。

必要条件

プラットフォーム: 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

参照

DateTime 構造体 | DateTime メンバ | System 名前空間