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;
Empty has the value of zero. Empty is static, read only, and equal it zero. The hexadecimal value for Empty is (short)0x0.