TimeSpan.MinValue

Syntax

MinValue: TimeSpan;

Description

The MinValue property returns the minimum value of TimeSpan. The minimum value is limited by the minimum 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