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