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.

Member Data Documentation

◆ day

int found::DateTime::day

Day of the month (1-31)

◆ epochs

std::time_t found::DateTime::epochs

Seconds since epoch.

◆ hour

int found::DateTime::hour

Hour of the day (0-23)

◆ minute

int found::DateTime::minute

Minute of the hour (0-59)

◆ month

int found::DateTime::month

Month (1-12)

◆ second

int found::DateTime::second

Second of the minute (0-60)

◆ year

int found::DateTime::year

Year (e.g., 2023)


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