TimeSpan.MinValue Field
Represents the smallest 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 MinValue
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.
Version Information
Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, 4.1, and 4.2.