PeriodEndDateTime Property
This is used to set or get the ending date/time of the period
Namespace: EWSoftware.PDIAssembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
public DateTime EndDateTime { get; set; }
Public Property EndDateTime As DateTime
Get
Set
public:
property DateTime EndDateTime {
DateTime get ();
void set (DateTime value);
}
member EndDateTime : DateTime with get, set
Property Value
DateTimeThe value is expressed in local time. The
Duration property is updated
automatically based on the new value.