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

Represents the constant that is the smallest TimeSpan value.

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

Remarks

MinValue equals a new TimeSpan that equals MinValue; the relationship is MinValue = new TimeSpan(Int64.MinValue).

The MinValue field is negative 10675199.02:48:05.4775808.

The hexidecimal value for Int64.MinValue is (short)0x8000.

See Also

TimeSpan Structure | TimeSpan Members | System Namespace | Int64