Date Time InstanceStart Date Time Property
This is used to get or set the start date/time value
Definition
Namespace: EWSoftware.PDI
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 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, set