Previous Topic: CaTimeStamp& SetMinute( HINT32 iMinute )

Next Topic: CaTimeStamp& SetFraction( HINT32 iFraction )


CaTimeStamp& SetSecond( HINT32 iSecond )

Sets Second value.

Owning Class

CaTimeStamp

Arguments

HINT32 iSecond - Second value

Return Value

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

Example

CaTimeStamp t1; t1.SetSecond(2001);

More information: