Click or drag to resize

GlobalPositioningSystemDateMinutesDifference Method

Computes the number of minutes 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 MinutesDifference(
	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 minutes 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 minutes between them.
See Also