DynamoRIO
|
dr_time_t Struct Reference
#include <dr_defines.h>
Data Fields | |
uint | year |
uint | month |
uint | day_of_week |
uint | day |
uint | hour |
uint | minute |
uint | second |
uint | milliseconds |
Detailed Description
Structure written by dr_get_time() to specify the current time.
Field Documentation
◆ day
uint dr_time_t::day |
The day of the month, in the range 1 to 31.
◆ day_of_week
uint dr_time_t::day_of_week |
The day of the week, in the range 0 to 6.
◆ hour
uint dr_time_t::hour |
The hour of the day, in the range 0 to 23.
◆ milliseconds
uint dr_time_t::milliseconds |
The milliseconds past the second.
◆ minute
uint dr_time_t::minute |
The minutes past the hour.
◆ month
uint dr_time_t::month |
The current month, in the range 1 to 12.
◆ second
uint dr_time_t::second |
The seconds past the minute.
◆ year
uint dr_time_t::year |
The current year.
The documentation for this struct was generated from the following file:
- /home/runner/work/dynamorio/dynamorio/build_release-64/include/dr_defines.h