Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IDateTimeCellType Interface / Calendar Property


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