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