Represents the constant that is the smallest TimeSpan value.
[Visual Basic] Public Shared ReadOnly MinValue As TimeSpan [C#] public static readonly TimeSpan MinValue; [C++] public: static readonly TimeSpan MinValue; [JScript] public static var MinValue : TimeSpan;
MinValue equals a new TimeSpan that equals MinValue; the relationship is MinValue = new TimeSpan(Int64.MinValue).
The MinValue field is negative 10675199.02:48:05.4775808.
The hexidecimal value for Int64.MinValue is (short)0x8000.
TimeSpan Structure | TimeSpan Members | System Namespace | Int64