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

Represents the constant DateTime empty value.

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

Remarks

The DateTime value represents the empty value.

Empty is equal to MinValue, which is the minimum date and time value of "1/1/0001 12:00:00 AM".

See Also

DateTime Structure | DateTime Members | System Namespace