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