Scheduler for WinRT
RecurrenceTypeEnum Enumeration


Determines the types of recurrent appointments.
Syntax
'Declaration
 
Public Enum RecurrenceTypeEnum 
   Inherits System.Enum
'Usage
 
Dim instance As RecurrenceTypeEnum
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

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.