VFree BusyEnd Date Time Property
This is used to get the end date/time (DTEND) property
Definition
Namespace: EWSoftware.PDI.Objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public EndDateProperty EndDateTime { get; }VB
Public ReadOnly Property EndDateTime As EndDateProperty
GetC++
public:
property EndDateProperty^ EndDateTime {
EndDateProperty^ get ();
}F#
member EndDateTime : EndDateProperty with get