company logo

DateTime :: addSeconds - Add seconds to timestamp value

The number of seconds passed in iSeconds is added to the time value. Time values may exceed 24 hours, in which case the date will change as well.

Notes:

The maximum number of days you could add with this function is 248 (21474836s)

Return value:  Time stamp ( odaba::DateTime & )

A time stamp combines date and time

Implementation details

odaba::DateTime & DateTime  :: addSeconds ( int32 iSeconds )
  • iSeconds - Seconds

    Time span in seconds.