PeriodEnd Date Time Property
This is used to set or get the ending date/time of the period
Definition
Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
The value is expressed in local time. The Duration property is updated automatically based on the new value.
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
C#
public DateTime EndDateTime { get; set; }VB
Public Property EndDateTime As DateTime
Get
SetC++
public:
property DateTime EndDateTime {
DateTime get ();
void set (DateTime value);
}F#
member EndDateTime : DateTime with get, setProperty Value
DateTimeThe value is expressed in local time. The Duration property is updated automatically based on the new value.