CalendarDataSet.CalendarExceptionsRow.Finish property
Specifies the completion date of the calendar exception.
Namespace: WebSvcCalendar
Assembly: ProjectServerServices (in ProjectServerServices.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
Returns DateTime.
See also
Reference
CalendarDataSet.CalendarExceptionsRow class