Scheduler for UWP
RecurrenceTypeEnum 列挙体

C1.UWP.Schedule アセンブリ > C1.C1Schedule 名前空間 : RecurrenceTypeEnum 列挙体
定期的な予定の種類を決定します。
シンタックス
'宣言
 
Public Enum RecurrenceTypeEnum 
   Inherits System.Enum
public enum RecurrenceTypeEnum : System.Enum 
メンバ
メンバ解説
Daily定期的な予定が1日ごとに繰り返されます。
Monthly定期的な予定が1か月ごとに繰り返されます。
MonthlyNth定期的な予定が N か月ごとに繰り返されます。
Weekly定期的な予定が1週間ごとに繰り返されます。
Workdays定期的な予定が勤務日ごとに繰り返されます。
Yearly定期的な予定が1年ごとに繰り返されます。
YearlyNth定期的な予定が N 年ごとに繰り返されます。
継承階層

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

参照

C1.C1Schedule 名前空間