DateTime represents a date and time.
More...
#include <time.hpp>
|
|
std::time_t | epochs |
| | Seconds since epoch.
|
| |
|
int | year |
| | Year (e.g., 2023)
|
| |
|
int | month |
| | Month (1-12)
|
| |
|
int | day |
| | Day of the month (1-31)
|
| |
|
int | hour |
| | Hour of the day (0-23)
|
| |
|
int | minute |
| | Minute of the hour (0-59)
|
| |
|
int | second |
| | Second of the minute (0-60)
|
| |
DateTime represents a date and time.
The documentation for this struct was generated from the following file: