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

In This Topic
    RecurrenceStateEnum Enumeration
    In This Topic
    Determines the type of the Appointment object.
    Syntax
    'Declaration
     
    
    Public Enum RecurrenceStateEnum 
       Inherits System.Enum
    public enum RecurrenceStateEnum : System.Enum 
    Members
    MemberDescription
    ExceptionRepresents a recurring appointment, which was changed and now doesn't satisfy the pattern of the recurring series.
    MasterRepresents the appointment which serves as the pattern for the other recurring appointments. The pattern for recurring appointments is specified via the Appointment.Recurrence property.
    NotRecurringRepresents a standard (non-recurring) appointment.
    OccurrenceRepresents one of recurring appointments whose pattern appointment is specified via the Appointment.Recurrence property.
    RemovedRepresents a recurring appointment, which was deleted and now doesn't satisfy the pattern of the recurring series.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1Schedule.RecurrenceStateEnum

    See Also