TimeSpan.MaxValue Field

Represents the largest possible value for a TimeSpan object. Note that this field is read-only.

Namespace: System
Assembly: mscorlib (in mscorlib.dll)

Syntax

public static readonly TimeSpan MaxValue

Remarks

The value of this field is equivalent to Int64.MaxValue ticks. The string representation of this value is 10675199.02:48:05.4775807.

Version Information

Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, 4.1, and 4.2.

See Also

Reference

TimeSpan Structure
TimeSpan Members
System Namespace