ResourceDataSet.CalendarExceptionsRow.Start Property
Specifies the date and time this calendar exception starts.
Namespace: WebSvcResource
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Property Start As DateTime
Get
Set
'Usage
Dim instance As ResourceDataSet.CalendarExceptionsRow
Dim value As DateTime
value = instance.Start
instance.Start = value
public DateTime Start { get; set; }
Property Value
Type: System.DateTime
See Also
Reference
ResourceDataSet.CalendarExceptionsRow Class