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