Previous Topic: CaTimeStamp& SetFraction( HINT32 iFraction )

Next Topic: HINT32 GetMonth( void ) const


HINT32 GetYear( void ) const

Gets Year value.

Owning Class

CaTimeStamp

Arguments

None

Return Value

HINT32 - Year value of TimeStamp

Example

CaTimeStamp t1(2001, 5, 29, 18, 5, 32, 4); HINT32 iYear = t1.GetYear();

More information: