Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcDateTime Class / MaxDate Property


MaxDate Property (GcDateTime)
Gets or sets the maximum allowable value when spinning the control by field or value.
Syntax
'Declaration
 
Public Property MaxDate As Date
 
'Usage
 
Dim instance As GcDateTime
Dim value As Date
 
instance.MaxDate = value
 
value = instance.MaxDate

Property Value

A System.DateTime value that indicates the maximum allowable value.
Exceptions
ExceptionDescription
The value is less than MinDate.
See Also