描述
返回指定月份的本机月份名称.
FreeBASIC 语法
FUNCTION AfxGetLocaleMonthName ( _ BYVAL nMonth AS LONG, _ BYVAL nLocale AS LONG = LOCALE_USER_DEFAULT _ ) AS CWSTR |
参数
nMonth |
一个月(1-12). [in]数 |
nLocale |
[in, opt]区域设置标识符. |
返回值
缩写本月名.
引用文件
AfxNls.inc