RtssEnvironment.GetClockTimerPeriod Method

Gets a clock's timer period.

Namespace:  IntervalZero.RTX64.RTAPI
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 4.0.0.0 (File version: 4.5.0)

Syntax
public static long GetClockTimerPeriod(
	Clock clock
)

Parameters

clock
Type: IntervalZero.RTX64.RTAPI.ThreadingClock
The clock to query.

Return Value

Type: Int64
The clock's timer period.
See Also