Previous Topic: CaTimeStamp& SetYear( HINT32 iYear )

Next Topic: CaTimeStamp& SetDay( HINT32 iDay )


CaTimeStamp& SetMonth( HINT32 iMonth )

Sets Month value.

Owning Class

CaTimeStamp

Arguments

HINT32 iMonth - Month value

Return Value

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

Example

CaTimeStamp t1; t1.SetMonth(2001);

More information: