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