Garmin Fleet Management Controller
2.19.0
|
Date portion of data type. More...
#include <garmin_types.h>
Public Attributes | |
uint8 | day |
day (1-31) More... | |
uint8 | month |
month (1-12) More... | |
uint16 | year |
Real year (1990 means 1990!) More... | |
Date portion of data type.
Definition at line 152 of file garmin_types.h.
uint8 date_time_data_type::_date::day |
day (1-31)
Definition at line 155 of file garmin_types.h.
Referenced by convertDateTime(), convertFromTimeType(), convertTimeTypeToString(), convertToTimeType(), FmiLogParser::getPacketDetail(), parseDateTime(), UTIL_convert_date_time_to_seconds(), UTIL_convert_seconds_to_date_type(), and UTIL_format_date_string().
uint8 date_time_data_type::_date::month |
month (1-12)
Definition at line 154 of file garmin_types.h.
Referenced by convertDateTime(), convertFromTimeType(), convertTimeTypeToString(), convertToTimeType(), FmiLogParser::getPacketDetail(), parseDateTime(), UTIL_convert_date_time_to_seconds(), UTIL_convert_seconds_to_date_type(), and UTIL_format_date_string().
uint16 date_time_data_type::_date::year |
Real year (1990 means 1990!)
Definition at line 156 of file garmin_types.h.
Referenced by convertDateTime(), convertFromTimeType(), convertTimeTypeToString(), convertToTimeType(), FmiLogParser::getPacketDetail(), parseDateTime(), UTIL_convert_date_time_to_seconds(), UTIL_convert_seconds_to_date_type(), and UTIL_format_date_string().