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

In This Topic
    RecurrenceType Property (RecurrencePattern)
    In This Topic
    Determines the type of recurrence: daily - the recurring event reoccurs on a daily basis. workdays - the recurring event reoccurs every working day. monthly - the recurring event reoccurs on a monthly basis. monthlyNth - the recurring event reoccurs every N months. weekly - the recurring event reoccurs on a weekly basis. yearly - the recurring event reoccurs on an yearly basis. yearlyNth - the recurring event reoccurs every N years.
    Syntax
    'Declaration
     
    Public Property RecurrenceType As System.String
    public System.string RecurrenceType {get; set;}
    See Also