ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1EventsCalendar Namespace / RecurrencePattern Class / DayOfMonth Property

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