COleDateTime::GetMonth
获取月份表示此日期/时间值。
int GetMonth( ) const throw( );
返回值
此 COleDateTime 对象或 COleDateTime::error 的值表示的月份,如果月份未能获得。
备注
有效的返回值范围介于1和12之间。
有关查询此 COleDateTime 对象值的其他成员函数的信息,请参见以下成员函数:
示例
为 GetDay参见示例。
要求
Header: atlcomtime.h
获取月份表示此日期/时间值。
int GetMonth( ) const throw( );
此 COleDateTime 对象或 COleDateTime::error 的值表示的月份,如果月份未能获得。
有效的返回值范围介于1和12之间。
有关查询此 COleDateTime 对象值的其他成员函数的信息,请参见以下成员函数:
为 GetDay参见示例。
Header: atlcomtime.h