QGIS API Documentation
2.18.21-Las Palmas (9fba24a)
|
Date and time data. More...
#include <nmeatime.h>
Public Attributes | |
int | day |
Day of the month - [1,31]. More... | |
int | hour |
Hours since midnight - [0,23]. More... | |
int | min |
Minutes after the hour - [0,59]. More... | |
int | mon |
Months since January - [0,11]. More... | |
int | msec |
Thousandths part of second - [0,999]. More... | |
int | sec |
Seconds after the minute - [0,59]. More... | |
int | year |
Years since 1900. More... | |
int _nmeaTIME::day |
Day of the month - [1,31].
Definition at line 47 of file nmeatime.h.
int _nmeaTIME::hour |
Hours since midnight - [0,23].
Definition at line 48 of file nmeatime.h.
int _nmeaTIME::min |
Minutes after the hour - [0,59].
Definition at line 49 of file nmeatime.h.
int _nmeaTIME::mon |
Months since January - [0,11].
Definition at line 46 of file nmeatime.h.
int _nmeaTIME::msec |
Thousandths part of second - [0,999].
Definition at line 51 of file nmeatime.h.
int _nmeaTIME::sec |
Seconds after the minute - [0,59].
Definition at line 50 of file nmeatime.h.
int _nmeaTIME::year |
Years since 1900.
Definition at line 45 of file nmeatime.h.