ResourceDataSet.CalendarExceptionsRow.IsShift1StartNull method
Determines whether the Shift1Start property is set to a null value.
Namespace: WebSvcResource
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function IsShift1StartNull As Boolean
'Usage
Dim instance As ResourceDataSet.CalendarExceptionsRow
Dim returnValue As Boolean
returnValue = instance.IsShift1StartNull()
public bool IsShift1StartNull()
Return value
Type: System.Boolean
See also
Reference
ResourceDataSet.CalendarExceptionsRow class