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


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

Property Value

A System.DateTime value that indicates the minimum allowable value.
Exceptions
ExceptionDescription
The value is greater than MaxDate.
See Also