MinValue Property (GcTimeSpan)
Gets or sets the minimum allowable value when spin the control by field or value.
'Declaration
Public Property MinValue As TimeSpan
'Usage
Dim instance As GcTimeSpan
Dim value As TimeSpan
instance.MinValue = value
value = instance.MinValue
Property Value
A
System.TimeSpan value indicates the minimum allowable value.