Previous Topic: HINT32 GetHour( void ) const

Next Topic: HINT32 GetSecond( void ) const


HINT32 GetMinute( void ) const

Gets Minute value.

Owning Class

CaTimeStamp

Arguments

None

Return Value

HINT32 - Minute value of TimeStamp

Example

CaTimeStamp t1(2001, 5, 29, 18, 5, 32, 4); HINT32 iMinute = t1.GetMinute();

More information: