Calculates time in the count of pulses delayed by delta.

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public static long SystemTimeCountAdvance(
	long value,
	long delta
)

Parameters

value
Type: System..::.Int64
The initial time in the count of pulses.
delta
Type: System..::.Int64
The time change in the count of pulses.

Return Value

Returns a sum of times in the count of pulses.

See Also