Previous Topic: CaTimeStamp& SetSecond( HINT32 iSecond )

Next Topic: HINT32 GetYear( void ) const


CaTimeStamp& SetFraction( HINT32 iFraction )

Sets Fraction value.

Owning Class

CaTimeStamp

Arguments

HINT32 iFraction - Fraction value

Return Value

CaTimeStamp& - reference to this object so functions can be chained together

Example

CaTimeStamp t1; t1.SetFraction(2001);

More information: