Returns a difference in seconds.

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

Syntax

C#
public static double SystemTimeDifference(
	long from,
	long to
)

Parameters

from
Type: System..::.Int64
Time "from" in seconds.
to
Type: System..::.Int64
Time "to" in seconds.

Return Value

The difference in seconds.

See Also