バージョン

RecurrencePatternOccurrenceOfDayInMonth 列挙体

その月で AppointmentRecurrence の各回がどのように発生するかを指定します。
シンタックス
'宣言
 
Public Enum RecurrencePatternOccurrenceOfDayInMonth 
   Inherits System.Enum
public enum RecurrencePatternOccurrenceOfDayInMonth : System.Enum 
メンバ
メンバ解説
First月の1週目の指定曜日
Fourth月の4週目の指定曜日
Last月の最後の週の指定曜日
None特定の値を指定しません。実際の値は AppointmentRecurrence.RootAppointment から取得されます。
Second月の2週目の指定曜日
Third月の3週目の指定曜日
参照