Previous Topic: HINT32 GetSecond( void ) const

Next Topic: CPtHTimeStamp& ChangeTime(HINT32 iTimezone)


HINT32 GetFraction( void ) const

Gets Fraction value.

Owning Class

CaTimeStamp

Arguments

None

Return Value

HINT32 - Fraction value of TimeStamp

Example

CaTimeStamp t1(2001, 5, 29, 18, 5, 32, 4); HINT32 iFraction = t1.GetFraction();

More information: