Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / IDateCellType Interface / DateTimeFormat Property


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