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

Represents the zero TimeSpan value.

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

Remarks

This value is equivalent to a new TimeSpan(0). This field is static, read only, and equal to zero.

See Also

TimeSpan Structure | TimeSpan Members | System Namespace