public class GPSDate extends Object
| Constructor and Description |
|---|
GPSDate(int day,
int month,
int year)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object d) |
int |
hashCode() |
String |
toISOString()
Format the date in yyyymmdd format.
|
String |
toString() |
public GPSDate(int day,
int month,
int year)
day - the day of the monthmonth - the month of the yearyear - the yearpublic String toISOString()
Copyright © 2017. All rights reserved.