Previous Topic: HINT32 GetYear( void ) const

Next Topic: HINT32 GetDay( void ) const


HINT32 GetMonth( void ) const

Gets Month value.

Owning Class

CaTimeStamp

Arguments

None

Return Value

HINT32 - Month value of TimeStamp

Example

CaTimeStamp t1(2001, 5, 29, 18, 5, 32, 4); HINT32 iMonth = t1.GetMonth();

More information: