DateTimeInstance(DateTime, Duration) Constructor

Constructor

Definition

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

Parameters

dt  DateTime
The start date/time for the time zone
dur  Duration
The duration of the instance

Remarks

The Daylight Saving Time flags are set to false and the time zone names default to an empty string.

See Also