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