PeriodStart Date Time Property
This is used to set or get the starting 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 StartDateTime { get; set; }VB
Public Property StartDateTime As DateTime
Get
SetC++
public:
property DateTime StartDateTime {
DateTime get ();
void set (DateTime value);
}F#
member StartDateTime : DateTime with get, setProperty Value
DateTimeThe value is expressed in local time. The Duration property is updated automatically based on the new value.