Duration(Time Span) Constructor
Construct a duration from a TimeSpan
Definition
Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
C#
public Duration(
TimeSpan timeSpan
)VB
Public Sub New (
timeSpan As TimeSpan
)C++
public:
Duration(
TimeSpan timeSpan
)F#
new :
timeSpan : TimeSpan -> DurationParameters
- timeSpan TimeSpan
- The time span used to initialize the instance