ComponentOne CalendarView for WinForms
C1.Win.Calendar Namespace / C1CalendarView Class / Calendar Property

In This Topic
    Calendar Property (C1CalendarView)
    In This Topic
    Gets or set System.Globalization.Calendar object that represents time in divisions of control.
    Syntax
    'Declaration
     
    
    Public Property Calendar As Calendar
    public Calendar Calendar {get; set;}
    See Also