ShortDayName
ShortDayName
Gets short name of the day in a week.
string ShortDayName() constGets short name of the day in a week by index.
string ShortDayName(
const int num // day index
) constParameters
- num
[in] Day index (0-6).
Return Value
Short name of the day.
Last updated on