CalendarDataSet.CalendarExceptionsRow.SetRecurrenceMonthNull method
Sets the RecurrenceMonth property to a null reference (Nothing in Visual Basic).
Namespace: WebSvcCalendar
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Sub SetRecurrenceMonthNull
'Usage
Dim instance As CalendarDataSet.CalendarExceptionsRow
instance.SetRecurrenceMonthNull()
public void SetRecurrenceMonthNull()
See also
Reference
CalendarDataSet.CalendarExceptionsRow class