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

In This Topic
    Month Property (DayOfMonthChecker)
    In This Topic
    Gets or sets a 1-based integer value determining the month number.
    Syntax
    'Declaration
     
    
    Public Property Month As Integer
    public int Month {get; set;}
    See Also