Function CSPDate::GetMonthString()
Description:
Retrieves the month name of the contained date.
 |
Prototype:
CSPString GetMonthString(bool bFull = true) const;
Arguments:
- bool bFull = true [IN]
Specifies whether full month name is returned, or a 3 character shortcut.
Return value:
Retrieves a string with name of the month.
See also:
member functions GetMonth(), GetMonthWString()
|
|