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