DateTimeInstance(DateTime, Duration) Constructor
Constructor
Namespace: EWSoftware.PDIAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public DateTimeInstance(
DateTime dt,
Duration dur
)
Public Sub New (
dt As DateTime,
dur As Duration
)
public:
DateTimeInstance(
DateTime dt,
Duration dur
)
new :
dt : DateTime *
dur : Duration -> DateTimeInstance
Parameters
- dt DateTime
- The start date/time for the time zone
- dur Duration
- The duration of the instance
The Daylight Saving Time flags are set to false and the time zone names default to an empty
string.