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