Duration(Int 64) Constructor
Construct a duration from a number of timer ticks
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(
long ticks
)VB
Public Sub New (
ticks As Long
)C++
public:
Duration(
long long ticks
)F#
new :
ticks : int64 -> DurationParameters
- ticks Int64
- The number of timer ticks used to initialize the instance