DayName

한 주의 전체 요일명을 가져옵니다.

string  DayName()  const

색인별로 주의 전체 요일 이름을 가져옵니다.

string  DayName(
   const int      num         // 요일 색인
   )  const

Parameters

num

[in]  요일 색인 (0-6).

Return Value

요일의 전체 이름.