Duration(Int64) Constructor
Construct a duration from a number of timer ticks
Namespace: EWSoftware.PDIAssembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
public Duration(
long ticks
)
Public Sub New (
ticks As Long
)
public:
Duration(
long long ticks
)
new :
ticks : int64 -> Duration
Parameters
- ticks Int64
- The number of timer ticks used to initialize the instance