ResourceDataSet.CalendarExceptionsRow.Finish property
Specifies the date and time this calendar exception ends.
Namespace: WebSvcResource
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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