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.MinValue

Represents the minimum DateTime value.

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

Remarks

The MinValue field is a constant representing the smallest possible DateTime value. The minimum date and time value is "12:00:00 AM 1/1/100 AD". Before time zone is introduced, ticks are based upon 1/1/0001 local time.

See Also

DateTime Structure | DateTime Members | System Namespace | Ticks