CalendarExceptionCreationInformation.Finish property

Gets or sets 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 Property Finish As DateTime
    Get
    Set
'Usage
Dim instance As CalendarExceptionCreationInformation
Dim value As DateTime

value = instance.Finish

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

Property value

Type: System.DateTime
A date and time object.

See also

Reference

CalendarExceptionCreationInformation class

CalendarExceptionCreationInformation members

Microsoft.ProjectServer.Client namespace