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.2.419.0 (24.2.419.0)
Syntax public double MinutesDifference(
GlobalPositioningSystemDate other
)
Public Function MinutesDifference (
other As GlobalPositioningSystemDate
) As Double
public:
double MinutesDifference(
GlobalPositioningSystemDate other
)
member MinutesDifference :
other : GlobalPositioningSystemDate -> float
Parameters
- other
- Type: AGI.Foundation.TimeGlobalPositioningSystemDate
The other date, which is the end of the interval.
Return Value
Type:
DoubleThe 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