Scheduler for UWP | ComponentOne
C1.C1Schedule Namespace / RecurrenceTypeEnum Enumeration

In This Topic
    RecurrenceTypeEnum Enumeration
    In This Topic
    Determines the types of recurrent appointments.
    Syntax
    'Declaration
     
    
    Public Enum RecurrenceTypeEnum 
       Inherits System.Enum
    public enum RecurrenceTypeEnum : System.Enum 
    Members
    MemberDescription
    DailyThe recurring appointment reoccurs on a daily basis.
    MonthlyThe recurring appointment reoccurs on a monthly basis.
    MonthlyNthThe recurring appointment reoccurs every N months.
    WeeklyThe recurring appointment reoccurs on a weekly basis.
    WorkdaysThe recurring appointment reoccurs every working day.
    YearlyThe recurring appointment reoccurs on an yearly basis.
    YearlyNthThe recurring appointment reoccurs every N years.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1Schedule.RecurrenceTypeEnum

    See Also