FOUND
Loading...
Searching...
No Matches
found::DateTime Struct Reference

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)
 

Detailed Description

DateTime represents a date and time.


The documentation for this struct was generated from the following file: