CalendarDataSet.CalendarExceptionsRow.Finish-Eigenschaft
Gibt das Datum der Fertigstellung der Kalenderausnahme an.
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; }
Eigenschaftswert
Typ: System.DateTime
Gibt DateTimezurück.
Siehe auch
Referenz
CalendarDataSet.CalendarExceptionsRow Klasse