ResourceDataSet.CalendarExceptionsRow.Shift5Finish プロパティ
5 番目のシフトを終了する日の分を指定します。
名前空間: WebSvcResource
アセンブリ: ProjectServerServices (ProjectServerServices.dll 内)
構文
'宣言
Public Property Shift5Finish As Integer
Get
Set
'使用
Dim instance As ResourceDataSet.CalendarExceptionsRow
Dim value As Integer
value = instance.Shift5Finish
instance.Shift5Finish = value
public int Shift5Finish { get; set; }
プロパティ値
型: System.Int32
注釈
たとえば、午前 8時 00分は 480 として表されます。
各カレンダーの例外には 5 つまでのシフトを指定できます。
関連項目
参照先
ResourceDataSet.CalendarExceptionsRow クラス