Home  Contents

datetime:addSecs

Date/Time Core4 Lua Commands

SYNOPSIS

  1. datetime:addSecs(n)
  2. datetime:addDays(n)
  3. datetime:addMonths(n)
  4. datetime:addYears(n)

DESCRIPTION

This set of functions is used to add (or subtract) a specific amount from the stored date/time. Please see the documentation of the time and date classes.

SEE ALSO