CalendarDataSet.CalendarExceptionsRow.Finish Property

Specifies the completion date of the exception.

Namespace:  WebSvcCalendar
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.dll)

Syntax

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

value = instance.Finish

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

Property Value

Type: System.DateTime

See Also

Reference

CalendarDataSet.CalendarExceptionsRow Class

CalendarDataSet.CalendarExceptionsRow Members

WebSvcCalendar Namespace