Duration(Int64) Constructor

Construct a duration from a number of timer ticks

Definition

Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
public Duration(
	long ticks
)

Parameters

ticks  Int64
The number of timer ticks used to initialize the instance

See Also