36#ifndef IMT_BASE_CORE_UTIL_DATETIMESTAMP_H
37#define IMT_BASE_CORE_UTIL_DATETIMESTAMP_H
Class to access date and time information.
uint8_t getHour() const
Returns the current hour.
void subtractSeconds(uint32_t const seconds)
Subtracts the given amount of seconds from the timestamp.
DateTimeStamp(uint16_t const year, uint8_t const month=1U, uint8_t const day=1U, uint8_t const hour=0U, uint8_t const minute=0U, uint8_t const second=0U)
Constructor for DateTimeStamps with full date and time information.
DateTimeStamp(DateTimeStamp &&) noexcept=default
Move Constructor.
uint8_t getMinute() const
Returns the current minute.
static uint32_t getDifferenceDays(DateTimeStamp const date1, DateTimeStamp const date2)
Calculates the difference in days of two DateTimeStamps.
void addDays(uint32_t const days)
Adds the given amount of days to the timestamp.
void setYear(uint16_t const year)
Sets the year.
void setHour(uint8_t const hour)
Sets the hour.
uint8_t getMonth() const
Returns the current month.
void setDay(uint8_t const day)
Sets the day.
void setSecond(uint8_t const second)
Sets the second.
DateTimeStamp()=default
Constructor for an empty and invalid date.
void subtractMinutes(uint32_t const minutes)
Subtracts the given amount of days from the timestamp.
static uint8_t getNumberOfDaysOfMonth(uint8_t const month, uint16_t const year)
Gets the number of days of the given month.
DateTimeStamp(DateTimeStamp const &) noexcept=default
Copy Constructor.
uint16_t getYearShort() const
Returns the current year - the last two digits.
void addMinutes(uint32_t const minutes)
Adds the given amount of days to the timestamp.
void setMonth(uint8_t const month)
Sets the month.
static bool isLeapYear(uint16_t const year)
Returns true if the given year is a leap year.
void subtractDays(uint32_t const days)
Subtracts the given amount of days from the timestamp.
void addHours(uint32_t const hours)
Adds the given amount of days to the timestamp.
void subtractHours(uint32_t const hours)
Subtracts the given amount of days from the timestamp.
uint8_t getDay() const
Returns the current day.
uint8_t getSecond() const
Returns the current second.
void setMinute(uint8_t const minute)
Sets the minute.
void addSeconds(uint32_t const seconds)
Adds the given amount of seconds to the timestamp.
uint16_t getYear() const
Returns the current year.
bool operator<(DateTimeStamp const left, DateTimeStamp const right) noexcept
Less than operator overload.
bool operator>=(DateTimeStamp const left, DateTimeStamp const right) noexcept
Greater than or equal operator overload.
bool operator>(DateTimeStamp const left, DateTimeStamp const right) noexcept
Greater than operator overload.
bool operator<=(DateTimeStamp const left, DateTimeStamp const right) noexcept
Less than or equal operator overload.
bool operator==(DateTimeStamp const left, DateTimeStamp const right) noexcept
Equals operator overload.
bool operator!=(DateTimeStamp const left, DateTimeStamp const right) noexcept
Not equals operator overload.
This is a application specific file which is used to configure Imt.Base.Core.Math.
unsigned __int16 uint16_t
unsigned __int32 uint32_t