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


In This Topic
    TimeDefault Property
    In This Topic
    Gets or sets the default time used in the control.
    Syntax
    'Declaration
     
    
    Public Overridable Property TimeDefault As Date
    'Usage
     
    
    Dim instance As DateTimeCellType
    Dim value As Date
     
    instance.TimeDefault = value
     
    value = instance.TimeDefault
    public virtual DateTime TimeDefault {get; set;}
    See Also