Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the time and date of the start of the calendar exception.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property Start As DateTime
Get
'Usage
Dim instance As CalendarException
Dim value As DateTime
value = instance.Start
[RemoteAttribute]
public DateTime Start { get; }
Property value
Type: System.DateTime
An exception start date and time.