Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / DateTimeCellType Class / MaximumTime Property


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