VEventInstance Duration Property
This must be implemented to return the duration for the recurring instances
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 override Duration InstanceDuration { get; }VB
Public Overrides ReadOnly Property InstanceDuration As Duration
GetC++
public:
virtual property Duration InstanceDuration {
Duration get () override;
}F#
abstract InstanceDuration : Duration with get
override InstanceDuration : Duration with getProperty Value
DurationRemarks
If a non-zero Duration has been specified, it will be used. If there is no
duration specified but an EndDateTime has been specified, it is used to compute the
duration by subtracting the StartDateTime value from it. If there is no end date and
there is no time part in the start date, the duration is set to the whole day. If a time part is
present in the start date, a zero length duration is returned.