My Project
 All Classes Files Functions Variables Enumerations Enumerator Friends Macros Pages
gcp::util::Month Class Reference

Public Member Functions

 Month ()
 
virtual ~Month ()
 

Static Public Member Functions

static std::string fullMonthName (unsigned iMonth, bool capitalize=true)
 
static std::string abbreviatedMonthName (unsigned iMonth, bool capitalize=true)
 
static unsigned daysInMonth (unsigned iMonth, unsigned iYear)
 

Constructor & Destructor Documentation

Month::Month ( )

Constructor.

....................................................................... Constructor.

Month::~Month ( )
virtual

Destructor.

....................................................................... Destructor.

Member Function Documentation

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: