VToDoInstanceDuration Property
This must be implemented to return the duration for the recurring instances
Namespace: EWSoftware.PDI.ObjectsAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public override Duration InstanceDuration { get; }
Public Overrides ReadOnly Property InstanceDuration As Duration
Get
public:
virtual property Duration InstanceDuration {
Duration get () override;
}
abstract InstanceDuration : Duration with get
override InstanceDuration : Duration with get
Property Value
Duration The
Duration is used if one has been specified and no
DueDateTime
has been specified. If a duration is not specified or there is a due 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.