Scheduler for WinRT
RecurrenceStateEnum Enumeration


Determines the type of the Appointment object.
Syntax
'Declaration
 
Public Enum RecurrenceStateEnum 
   Inherits System.Enum
'Usage
 
Dim instance As RecurrenceStateEnum
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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1.C1Schedule Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.