Click or drag to resize

GlobalPositioningSystemDateSecondsDifference Method

Computes the number of seconds that have elapsed from this date to the other date.

Namespace:  AGI.Foundation.Time
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public double SecondsDifference(
	GlobalPositioningSystemDate other
)

Parameters

other
Type: AGI.Foundation.TimeGlobalPositioningSystemDate
The other date, which is the end of the interval.

Return Value

Type: Double
The number of seconds that have elapsed from this date to the other date.
Remarks
This method subtracts the date on which it is called from the other date and returns the number of seconds between them.
See Also