DateTimeInstance(DateTime) Constructor

Constructor

Definition

Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public DateTimeInstance(
	DateTime dt
)

Parameters

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.

See Also