Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcTimeSpan Class / MaxValue Property


MaxValue Property (GcTimeSpan)
Gets or sets the maximum allowable value when spin the control by field or value.
Syntax
'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.
Exceptions
ExceptionDescription
The value is less than MinValue or greater than the default value.
See Also