VEventDuration Property
This is used to get the duration (DURATION) property
Namespace: EWSoftware.PDI.ObjectsAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public DurationProperty Duration { get; }
Public ReadOnly Property Duration As DurationProperty
Get
public:
property DurationProperty^ Duration {
DurationProperty^ get ();
}
member Duration : DurationProperty with get
Property Value
DurationProperty Duration and
EndDateTime are mutually exclusive. If an end date/time
is specified and the
Duration property is not set (zero-length duration), the end date/time 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.