public class GPSTime extends Object
| Constructor and Description |
|---|
GPSTime(int hours,
int minutes,
int seconds)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object t) |
int |
hashCode() |
boolean |
prior(GPSTime t)
Test is this time is prior to another time.
|
String |
toISOString()
Format the date in hhmmss format.
|
String |
toString() |
public GPSTime(int hours,
int minutes,
int seconds)
hours - hours of the dayminutes - minutes of the hourseconds - seconds of the minuteCopyright © 2017. All rights reserved.