FOUND
|
DateTime represents a date and time. More...
#include <time.hpp>
Public Attributes | |
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.
int found::DateTime::day |
Day of the month (1-31)
std::time_t found::DateTime::epochs |
Seconds since epoch.
int found::DateTime::hour |
Hour of the day (0-23)
int found::DateTime::minute |
Minute of the hour (0-59)
int found::DateTime::month |
Month (1-12)
int found::DateTime::second |
Second of the minute (0-60)
int found::DateTime::year |
Year (e.g., 2023)