#include <Gps.h>
Public Member Functions | |
| int | year () |
| int | month () |
| int | day () |
| void | clear () |
| String | dateString () |
Protected Attributes | |
| int | date |
| Date in the form of YearMonthDay i.e. 20170115. | |
Friends | |
| class | MyGps |
| void MyDate::clear | ( | ) |
Reset the values.
Definition at line 331 of file Gps.h.
References date.
Referenced by MyGps::clear().
| String MyDate::dateString | ( | ) |
Returns the gps date as a string
Definition at line 355 of file Gps.h.
References day(), month(), and year().
Referenced by MyGsmGps::getGps(), MyGsmGps::getGpsFromGsm(), and MyWebServer::handleLoadInfoInfo().
| int MyDate::day | ( | ) |
Gets the day from the date
Definition at line 349 of file Gps.h.
References date.
Referenced by dateString().
| int MyDate::month | ( | ) |
Gets the Month from the date
Definition at line 343 of file Gps.h.
References date.
Referenced by dateString().
| int MyDate::year | ( | ) |
Gets the year from the date
Definition at line 337 of file Gps.h.
References date.
Referenced by dateString().
1.8.6