CalendarDataSet.CalendarExceptionsRow.IsShift1FinishNull-Methode
Bestimmt, ob die Shift1Finish -Eigenschaft auf ein Nullverweis (Nothing in Visual Basic)festgelegt ist.
Namespace: WebSvcCalendar
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function IsShift1FinishNull As Boolean
'Usage
Dim instance As CalendarDataSet.CalendarExceptionsRow
Dim returnValue As Boolean
returnValue = instance.IsShift1FinishNull()
public bool IsShift1FinishNull()
Rückgabewert
Typ: System.Boolean
Siehe auch
Referenz
CalendarDataSet.CalendarExceptionsRow Klasse