Share via


MaxValue Field

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Represents the maximum TimeSpan value. This field is read-only.

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

Syntax

'Declaration
Public Shared ReadOnly MaxValue As TimeSpan
public static readonly TimeSpan MaxValue
public:
static initonly TimeSpan MaxValue
static val MaxValue: TimeSpan
public static final var MaxValue : TimeSpan

Remarks

The value of this field is equivalent to Int64..::..MaxValue ticks. The string representation of this value is positive 10675199.02:48:05.4775807, or slightly more than 10,675,199 days.

.NET Framework Security

See Also

Reference

TimeSpan Structure

System Namespace