--- title: "dr_time_t Struct Reference" layout: default permalink: /structdr__time__t.html ---
|
DynamoRIO
|
#include <dr_defines.h>
Data Fields | |
| uint | year |
| uint | month |
| uint | day_of_week |
| uint | day |
| uint | hour |
| uint | minute |
| uint | second |
| uint | milliseconds |
Structure written by dr_get_time() to specify the current time.
| uint dr_time_t::day |
The day of the month, in the range 1 to 31.
| uint dr_time_t::day_of_week |
The day of the week, in the range 0 to 6.
| uint dr_time_t::hour |
The hour of the day, in the range 0 to 23.
| uint dr_time_t::milliseconds |
The milliseconds past the second.
| uint dr_time_t::minute |
The minutes past the hour.
| uint dr_time_t::month |
The current month, in the range 1 to 12.
| uint dr_time_t::second |
The seconds past the minute.
| uint dr_time_t::year |
The current year.