FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / DateTimeCellType Class / MinimumTime Property


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