Scheduler for WinForms
RecurrenceTypeEnum 列挙体

C1.ScheduleCore アセンブリ > C1.Schedule 名前空間 : RecurrenceTypeEnum 列挙体
Determines the types of recurrent appointments.
シンタックス
'宣言
 
Public Enum RecurrenceTypeEnum 
   Inherits System.Enum
public enum RecurrenceTypeEnum : System.Enum 
メンバ
メンバ解説
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.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Schedule.RecurrenceTypeEnum

参照

C1.Schedule 名前空間