CTime::GetMonth

返回 CTime 对象表示的月份。

int GetMonth( ) const throw( );

返回值

根据当地时间返回月份,在1到12之间(1 =一月)。

备注

此函数调用 GetLocalTm,使用内部静态分配的缓冲区。 此缓冲区中的数据复盖由于调用其他 CTime 成员函数。

示例

GetDay参见示例。

要求

Header: atltime.h

请参见

参考

CTime选件类

层次结构图