COleDateTime::GetMonth
int GetMonth( ) const;
Return Value
The month represented by the value of this COleDateTime object.
Remarks
Call this member function to get the month represented by this date/time value.
Valid return values range between 1 and 12. If the status of this COleDateTime object is not valid, the return value is AFX_OLE_DATETIME_ERROR.
For information on other member functions that query the value of this COleDateTime object, see the following member functions:
Example
See the example for GetDay.
COleDateTime Overview | Class Members | Hierarchy Chart
See Also COleDateTime::COleDateTime, COleDateTime::SetDateTime, COleDateTime::operator =, COleDateTime::GetStatus