Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / C1Calendar Class / Month Property

In This Topic
    Month Property (C1Calendar)
    In This Topic
    Gets or sets a month component of the SelectedDate property. This is a dependency property.
    Syntax
    'Declaration
     
    
    Public Property Month As Integer
    public int Month {get; set;}
    Remarks
    Changing this property value explicitly or implicitly via the SelectedDate property forces the control to refresh its UI so as to represent an updated month of a year.
    See Also