QGIS API Documentation  2.6.0-Brighton
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Attributes | List of all members
_nmeaTIME Struct Reference

Date and time data. More...

#include <nmeatime.h>

Public Attributes

int year
 Years since 1900.
int mon
 Months since January - [0,11].
int day
 Day of the month - [1,31].
int hour
 Hours since midnight - [0,23].
int min
 Minutes after the hour - [0,59].
int sec
 Seconds after the minute - [0,59].
int msec
 Thousandths part of second - [0,999].

Detailed Description

Date and time data.

See Also
nmea_time_now

Member Data Documentation

int _nmeaTIME::day

Day of the month - [1,31].

int _nmeaTIME::hour

Hours since midnight - [0,23].

int _nmeaTIME::min

Minutes after the hour - [0,59].

int _nmeaTIME::mon

Months since January - [0,11].

int _nmeaTIME::msec

Thousandths part of second - [0,999].

int _nmeaTIME::sec

Seconds after the minute - [0,59].

int _nmeaTIME::year

Years since 1900.


The documentation for this struct was generated from the following file: