NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DateTime.MaxValue

Represents the maximum DateTime value.

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

Remarks

The MaxValue field is a constant representing the largest possible DateTime value. The maximum date and time value is "12/31/9999 11:59:59 PM".

See Also

DateTime Structure | DateTime Members | System Namespace | Ticks