Go to the documentation of this file.
75 #define XSTIMEINFO_INITIALIZER { 0, 0 ,0, 0, 0, 0, 0, 0, 0}
void XsTimeInfo_currentLocalTime(struct XsTimeInfo *thisPtr)
Returns the current local time.
uint8_t m_hour
The hour (if time is valid)
int16_t m_utcOffset
Offset to UTC time in minutes. This value can be added to the stored time to get UTC time.
uint8_t m_valid
Validity indicator.
uint8_t m_second
The second (if time is valid)
uint8_t m_day
The day of the month (if date is valid)
bool operator==(const XsFilterProfile &lhs, const XsFilterProfile &rhs)
Returns true if lhs has the same type as rhs.
void XsTimeInfo_makeUtc(struct XsTimeInfo *thisPtr)
Removes the local time information, making the object pure UTC.
void XsTimeInfo_currentTime(struct XsTimeInfo *thisPtr)
Returns the current UTC time.
uint32_t m_nano
Nanosecond part of the time.
uint8_t m_month
The month (if date is valid)
uint16_t m_year
The year (if date is valid)
uint8_t m_minute
The minute (if time is valid)
A structure for storing Time values.