CalendarRecurrenceType 列挙体
カレンダーの例外の定期的なアイテムの種類を指定します。
名前空間: Microsoft.ProjectServer.Client
アセンブリ: Microsoft.ProjectServer.Client (Microsoft.ProjectServer.Client.dll 内)
構文
'宣言
Public Enumeration CalendarRecurrenceType
'使用
Dim instance As CalendarRecurrenceType
public enum CalendarRecurrenceType
メンバー
メンバー名 | 説明 | |
---|---|---|
Daily | 値 0 を = します。毎日の定期的なアイテムです。 | |
DailySkip | 値 1 =。毎日の定期的なアイテムの設定日数をスキップして定義します。 | |
Weekly | 値 2 を = します。週単位の定期的なアイテムです。 | |
Monthly | 値 3 を = します。毎月の定期的なアイテムです。 | |
Yearly | 値 = 4。年間の定期的なアイテムです。 |