ResourceDataSet.CalendarExceptionsRow.Shift1Finish 屬性
指定一天的第一個輪班的結束分鐘。
命名空間: WebSvcResource
組件: 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 A.M.被表示為 480。
每個行事曆例外可能會指定最多可以有五個輪班。
請參閱
參照
ResourceDataSet.CalendarExceptionsRow 類別