Duration(TimeSpan) Constructor

Construct a duration from a TimeSpan

Definition

Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
public Duration(
	TimeSpan timeSpan
)

Parameters

timeSpan  TimeSpan
The time span used to initialize the instance

See Also