VEventEndDateTime Property
This is used to get the end date/time (DTEND) property
Namespace: EWSoftware.PDI.ObjectsAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public EndDateProperty EndDateTime { get; }
Public ReadOnly Property EndDateTime As EndDateProperty
Get
public:
property EndDateProperty^ EndDateTime {
EndDateProperty^ get ();
}
member EndDateTime : EndDateProperty with get
Property Value
EndDateProperty EndDateTime and
Duration are mutually exclusive. If specified and the
Duration property is not set (zero-length duration), this is used to calculate the
duration of the event. If there is a non-zero-length duration, it is used instead and the end
date/time is ignored.