Static public member functions documentation

static bool isValidTime(uint32_t hour, uint32_t minute, uint32_t second, uint32_t mcrs)
Determines whether a decoded h:m:s:micros Time value is valid and within the Netezza Time range.
Parameters
hour
The hour, 0 to 23 inclusive.
minute
The minute, 0 to 59 inclusive.
second
The second, 0 to 59 inclusive.
mcrs
The microsecond, 0 to 999,999 inclusive.
Returns
FALSE if hour>23 or minute>59 or second>59 or micros>999,999. TRUE otherwise.
static int64_t max()
Gets the encoded max.
static int64_t min()
Gets the encoded min.
Returns
The encoded min.