Date Time Instance(Date Time) Constructor
Constructor
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 DateTimeInstance(
DateTime dt
)VB
Public Sub New (
dt As DateTime
)C++
public:
DateTimeInstance(
DateTime dt
)F#
new :
dt : DateTime -> DateTimeInstanceParameters
- dt DateTime
- The start date/time for the time zone
Remarks
The duration is set to zero, the Daylight Saving Time flags are set to false and the time
zone names default to an empty string.