ResourceDataSet.CalendarExceptionsRow.RecurrenceDays プロパティ
このカレンダーの例外が有効になる曜日を表すバイナリ フラグ整数を指定します。
名前空間: WebSvcResource
アセンブリ: ProjectServerServices (ProjectServerServices.dll 内)
構文
'宣言
Public Property RecurrenceDays As Integer
Get
Set
'使用
Dim instance As ResourceDataSet.CalendarExceptionsRow
Dim value As Integer
value = instance.RecurrenceDays
instance.RecurrenceDays = value
public int RecurrenceDays { get; set; }
プロパティ値
型: System.Int32
注釈
日の週の値がCalendarConstants.CalendarRecurrenceDays型に列挙されます。
関連項目
参照先
ResourceDataSet.CalendarExceptionsRow クラス