Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule Namespace / RecurrencePattern Class / DayOfMonth Property

In This Topic
    DayOfMonth Property (RecurrencePattern)
    In This Topic
    Gets or sets the number of the day in its respective month on which each occurrence will occur. Applicable only when the RecurrenceType property is set to RecurrenceTypeEnum.Monthly or RecurrenceTypeEnum.Yearly. The default value is 1.
    Syntax
    'Declaration
     
    Public Property DayOfMonth As System.Integer
    public System.int DayOfMonth {get; set;}
    See Also