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