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