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