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