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


In This Topic
    DateTimeFormat Property (DateTimeCellType)
    In This Topic
    Gets or sets the format for displaying dates and times.
    Syntax
    'Declaration
     
    
    Public Property DateTimeFormat As DateTimeFormat
    'Usage
     
    
    Dim instance As DateTimeCellType
    Dim value As DateTimeFormat
     
    instance.DateTimeFormat = value
     
    value = instance.DateTimeFormat
    public DateTimeFormat DateTimeFormat {get; set;}
    See Also