Share via


ResourceDataSet.CalendarExceptionsRow.Finish Property

The date and time when this calendar exception ends.

Namespace:  [Workflow Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Workflow.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Workflow.asmx?wsdl

Syntax

'Declaration
Public Property Finish As DateTime
    Get
    Set
'Usage
Dim instance As ResourceDataSet.CalendarExceptionsRow
Dim value As DateTime

value = instance.Finish

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

Property Value

Type: System.DateTime

See Also

Reference

ResourceDataSet.CalendarExceptionsRow Class

ResourceDataSet.CalendarExceptionsRow Members

Workflow Web Service