CalendarExceptionCreationInformation.Shift3Start 屬性
取得或設定第三個輪班的開始日期的分鐘數。
命名空間: Microsoft.ProjectServer.Client
組件: Microsoft.ProjectServer.Client (在 Microsoft.ProjectServer.Client.dll 中)
語法
'宣告
<RemoteAttribute> _
Public Property Shift3Start As Integer
Get
Set
'用途
Dim instance As CalendarExceptionCreationInformation
Dim value As Integer
value = instance.Shift3Start
instance.Shift3Start = value
[RemoteAttribute]
public int Shift3Start { get; set; }
屬性值
類型:System.Int32
Minute 的值。
請參閱
參照
CalendarExceptionCreationInformation 類別