Function CSPDate::GetWeekDayString()
Description:
Retrieves the weekday name of the contained date.
 |
Prototype:
CSPString GetWeekDayString() const;
Arguments:
No arguments (void).
Return value:
Retrieves a string with name of the weekday.
See also:
member functions GetWeekDay(), GetWeekDayWString()
|
|