CalendarDataSet.CalendarExceptionsRow.Start Property
Specifies the start date of the exception.
Namespace: WebSvcCalendar
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Property Start As DateTime
Get
Set
'Usage
Dim instance As CalendarDataSet.CalendarExceptionsRow
Dim value As DateTime
value = instance.Start
instance.Start = value
public DateTime Start { get; set; }
Property Value
Type: System.DateTime
See Also
Reference
CalendarDataSet.CalendarExceptionsRow Class