API Reference - Navigation.GetNextWaypoint.ETAHours()
Navigation.GetNextWaypoint.ETAHours()
Navigation.GetNextWaypoint.ETAHours()
Description | Calculates and returns the estimated time of arrival at the next waypoint, precisely the hour. |
Response | Number Estimated arrival hour at next waypoint. |
Parameter | Void |
Example
1
2
var WaypointETAHours = Navigation.GetNextWaypoint.ETAHours();
// WaypointETAHours = 1 Hour
Remark
Note:
Navigation.GetNextWaypoint.ETAHours
only gives the “Hour” part of the Estimated Time of arrival. To get the “Minutes” part, useNavigation.GetNextWaypoint.ETAMinutes
.
Appeared in Software version 40.03.42.30