Previous Topic: CaTimeStamp& SetMonth( HINT32 iMonth )

Next Topic: CaTimeStamp& SetHour( HINT32 iHour )


CaTimeStamp& SetDay( HINT32 iDay )

Sets Day value.

Owning Class

CaTimeStamp

Arguments

HINT32 iDay - Day value

Return Value

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

Example

CaTimeStamp t1; t1.SetDay(2001);

More information: