18 #include "hazelcast/util/export.h"
20 #if defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64)
22 #pragma warning(disable : 4251)
81 struct HAZELCAST_API hash<hazelcast::client::local_time>
87 #if defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64)
A time without a time-zone in the ISO-8601 calendar system, such as.
uint8_t hours
the hour-of-day to represent, from 0 to 23
uint8_t seconds
the second-of-minute to represent, from 0 to 59
int32_t nanos
the nanosecond-of-second to represent, from 0 to 999,999,999
uint8_t minutes
the minute-of-hour to represent, from 0 to 59