TimeSpan.MaxValue

Syntax

MaxValue: TimeSpan;

Description

The MaxValue property returns the maximum value of TimeSpan. The maximum value is limited by the maximum value for Integer type, which is specified as the days component in the time interval, that is, 2147483647.00:00:00.000.

See also:

TimeSpan