Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / DateTimeCellType Class / DateTimeFormat Property
Example


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

    Property Value

    DateTimeFormatInfo object containing the format for date-time values
    Example
    See Also