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

In This Topic
    Month Property (DayOfMonthValidationRule)
    In This Topic
    Gets or sets the DayOfMonthChecker object holding the month number.
    Syntax
    'Declaration
     
    
    Public Property Month As DayOfMonthChecker
    public DayOfMonthChecker Month {get; set;}
    See Also