Gets a difference between to times in the count of pulses.

Namespace:  SGP.XUtility
Assembly:  SGP.XUtility (in SGP.XUtility.dll)
Version: 1.2.3019.18718

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public static long SystemTimeCountDifference(
	long from,
	long to
)

Parameters

from
Type: System..::.Int64
Time "from" in the count of pulses.
to
Type: System..::.Int64
Time "to" in the count of pulses.

Return Value

Time in the count of pulses.

See Also