CalendarDataSet.CalendarExceptionsRow.Start property
Specifies the start date of the exception.
Namespace: WebSvcCalendar
Assembly: ProjectServerServices (in ProjectServerServices.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
Returns Int32.
See also
Reference
CalendarDataSet.CalendarExceptionsRow class