CalendarException.Finish property

Gets the date and time that the calendar exception ends.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property Finish As DateTime
    Get
'Usage
Dim instance As CalendarException
Dim value As DateTime

value = instance.Finish
[RemoteAttribute]
public DateTime Finish { get; }

Property value

Type: System.DateTime
A date and time object.

See also

Reference

CalendarException class

CalendarException members

Microsoft.ProjectServer.Client namespace