MonthName
MonthName
Gets month name.
string MonthName() constGets month name by index.
string MonthName(
const int num // month index
) constParameters
- num
[in] Month index (1-12).
Return Value
Full month name.
Last updated on