ResourceDataSet.CalendarExceptionsRow.Shift4Start 屬性
指定一天的第四個輪班的開始分鐘。
命名空間: WebSvcResource
組件: ProjectServerServices (在 ProjectServerServices.dll 中)
語法
'宣告
Public Property Shift4Start As Integer
Get
Set
'用途
Dim instance As ResourceDataSet.CalendarExceptionsRow
Dim value As Integer
value = instance.Shift4Start
instance.Shift4Start = value
public int Shift4Start { get; set; }
屬性值
類型:System.Int32
備註
例如,8:00 A.M.被表示為 480。
每個行事曆例外可能會指定最多可以有五個輪班。
請參閱
參照
ResourceDataSet.CalendarExceptionsRow 類別