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;
This value is equivalent to a new TimeSpan(0). This field is static, read only, and equal to zero.