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

Represents the constant that is the maximum TimeSpan value.

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

Remarks

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

The MaxValue field is positive 10675199.02:48:05.4775808.

The hexidecimal value for Int64.MaxValue is (short)0x7FFF.

See Also

TimeSpan Structure | TimeSpan Members | System Namespace | Int64