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!

TimeSpan.Empty

Represents the constant that is an empty TimeSpan.

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

Remarks

Empty has the value of zero. Empty is static, read only, and equal it zero. The hexadecimal value for Empty is (short)0x0.

See Also

TimeSpan Structure | TimeSpan Members | System Namespace