Scheduler for WPF | ComponentOne
C1.C1Schedule Namespace / RecurrencePattern Class / RecurrenceType Property

In This Topic
    RecurrenceType Property (RecurrencePattern)
    In This Topic
    Gets or sets the RecurrenceTypeEnum value determining the type of recurrence (daily, monthly, etc.). Default value is RecurrenceTypeEnum.Weekly.
    Syntax
    'Declaration
     
    
    Public Property RecurrenceType As RecurrenceTypeEnum
    public RecurrenceTypeEnum RecurrenceType {get; set;}
    See Also