VTo DoDuration Property
This is used to get the duration (DURATION) 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 DurationProperty Duration { get; }VB
Public ReadOnly Property Duration As DurationProperty
GetC++
public:
property DurationProperty^ Duration {
DurationProperty^ get ();
}F#
member Duration : DurationProperty with getProperty Value
DurationPropertyRemarks
DueDateTime and Duration are mutually exclusive. If a due date is
specified, the duration value is ignored.