ResourceDataSet.CalendarExceptionsRow.Shift2Start 属性
指定一天中的第二班次的开始分钟。
命名空间: WebSvcResource
程序集: ProjectServerServices(位于 ProjectServerServices.dll 中)
语法
声明
Public Property Shift2Start As Integer
Get
Set
用法
Dim instance As ResourceDataSet.CalendarExceptionsRow
Dim value As Integer
value = instance.Shift2Start
instance.Shift2Start = value
public int Shift2Start { get; set; }
属性值
类型:System.Int32
备注
例如,为 480 表示上午 8:00。
每个日历例外可以指定最多五个转变。
另请参阅
引用
ResourceDataSet.CalendarExceptionsRow 类