Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / DateTimeCellType Class / MaximumTime Property


MaximumTime Property
Gets or sets the maximum time value allowed for user entry.
Syntax
'Declaration
 
Public Property MaximumTime As TimeSpan
 
'Usage
 
Dim instance As DateTimeCellType
Dim value As TimeSpan
 
instance.MaximumTime = value
 
value = instance.MaximumTime
Exceptions
ExceptionDescription
Specified value out of range; must be between 00:00:00 and 23:59:59
See Also