CalendarConstants.CalendarRecurrenceType 列挙体
カレンダーの例外の定期的なアイテムの種類を指定します。
名前空間: Microsoft.Office.Project.Server.Library
アセンブリ: Microsoft.Office.Project.Server.Library (Microsoft.Office.Project.Server.Library.dll 内)
構文
'宣言
<ClientCallableTypeAttribute(ServerTypeId := "3340078C-9CFA-430A-BF29-1F98505CD7F6")> _
Public Enumeration CalendarRecurrenceType
'使用
Dim instance As CalendarConstants.CalendarRecurrenceType
[ClientCallableTypeAttribute(ServerTypeId = "3340078C-9CFA-430A-BF29-1F98505CD7F6")]
public enum CalendarRecurrenceType
メンバー
メンバー名 | 説明 | |
---|---|---|
Daily | 値 0 を = します。毎日の定期的なアイテムです。 | |
DailySkip | 値 1 =。毎日の定期的なアイテムの設定日数をスキップして定義します。 | |
Weekly | 値 2 を = します。週単位の定期的なアイテムです。 | |
Monthly | 値 3 を = します。毎月の定期的なアイテムです。 | |
Yearly | 値 = 4。年間の定期的なアイテムです。 |
注釈
CalendarConstants.CalendarRecurrenceType型は、 RecurrenceTypeプロパティで使用されます。