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