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


In This Topic
    Calendar Property (DateTimeCellType)
    In This Topic
    Gets or sets the calendar for formatting date values.
    Syntax
    'Declaration
     
    
    Public Property Calendar As Calendar
    'Usage
     
    
    Dim instance As DateTimeCellType
    Dim value As Calendar
     
    instance.Calendar = value
     
    value = instance.Calendar
    public Calendar Calendar {get; set;}
    See Also