35 #ifndef LIB_TIME_DIAGNOSTICS_H 36 #define LIB_TIME_DIAGNOSTICS_H 52 getHours (TimeValue
const& t)
58 getMins (TimeValue
const& t)
64 getSecs (TimeValue
const& t)
70 getMillis (TimeValue t)
int lumiera_time_hours(gavl_time_t time)
Extract the hour part of given time.
Common functions for handling of time values.
int lumiera_time_millis(gavl_time_t time)
Extract the milliseconds part of given time.
Implementation namespace for support and library code.
int lumiera_time_seconds(gavl_time_t time)
Extract the seconds part of given time.
a family of time value like entities and their relationships.
int lumiera_time_minutes(gavl_time_t time)
Extract the minute part of given time.