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


In This Topic
    MinimumTime Property
    In This Topic
    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
    public TimeSpan MinimumTime {get; set;}
    Exceptions
    ExceptionDescription
    Specified value out of range; must be between 00:00:00 and 23:59:59.9999999
    See Also