Constructor.
....................................................................... Constructor.
Destructor.
....................................................................... Destructor.
std::string Month::abbreviatedMonthName |
( |
unsigned |
iMonth, |
|
|
bool |
capitalize = true |
|
) |
| |
|
static |
....................................................................... Return the abreviated month name corresponding to index iMonth (1-12)
unsigned Month::daysInMonth |
( |
unsigned |
iMonth, |
|
|
unsigned |
iYear |
|
) |
| |
|
static |
....................................................................... Return the number of days in a month
std::string Month::fullMonthName |
( |
unsigned |
iMonth, |
|
|
bool |
capitalize = true |
|
) |
| |
|
static |
....................................................................... Return the full month name corresponding to index iMonth (1-12)
The documentation for this class was generated from the following files:
- gcpCbass/util/common/Month.h
- gcpCbass/util/common/Month.cc