ResourceDataSet.CalendarExceptionsRow.Shift4Start Property
The minute of the day when the fourth shift starts.
Namespace: [Workflow Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Workflow.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Workflow.asmx?wsdl
Syntax
'Declaration
Public Property Shift4Start As Integer
Get
Set
'Usage
Dim instance As ResourceDataSet.CalendarExceptionsRow
Dim value As Integer
value = instance.Shift4Start
instance.Shift4Start = value
public int Shift4Start { get; set; }
Property Value
Type: System.Int32
See Also
Reference
ResourceDataSet.CalendarExceptionsRow Class