◆ Date()
| Date::Date | ( | const fiftyoneDegreesDate * | date | ) |
Construct a date from a C date structure.
This copies the date date structure so the argument can be freed after construction.
- Parameters
-
- date - pointer to copy to the underlying date structure
Member Function Documentation
◆ getDay()
int Date::getDay ( ) Get the day of the month.
- Returns
- day of the month
◆ getMonth()
int Date::getMonth ( ) Get the month.
- Returns
- month
◆ getYear()
int Date::getYear ( ) Get the year.
- Returns
- year
The documentation for this class was generated from the following files:- Date.hpp
- Date.cpp
