Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IDateTimeCellType Interface / DateTimeFormat Property


In This Topic
    DateTimeFormat Property (IDateTimeCellType)
    In This Topic
    Gets or sets a DateTimeFormat object.
    Syntax
    'Declaration
     
    
    Property DateTimeFormat As DateTimeFormat
    'Usage
     
    
    Dim instance As IDateTimeCellType
    Dim value As DateTimeFormat
     
    instance.DateTimeFormat = value
     
    value = instance.DateTimeFormat
    DateTimeFormat DateTimeFormat {get; set;}
    See Also