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;
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.
TimeSpan Structure | TimeSpan Members | System Namespace | Int64