Time functions. More...
Data Structures | |
struct | vtm_date |
Functions | |
VTM_API int | vtm_date_now_utc (struct vtm_date *date) |
VTM_API uint64_t | vtm_time_current_millis () |
VTM_API uint64_t | vtm_time_current_micros () |
VTM_API int vtm_date_now_utc | ( | struct vtm_date * | date | ) |
Gets current date in UTC.
[out] | date | the date structure that is filled |
VTM_API uint64_t vtm_time_current_millis | ( | ) |
Get current timestamp in milliseconds.
VTM_API uint64_t vtm_time_current_micros | ( | ) |
Get current timestamp in microseconds.