Share via


MinValue Field

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

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

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

Syntax

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

Remarks

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

.NET Framework Security

See Also

Reference

TimeSpan Structure

System Namespace