Skip to content
English
  • There are no suggestions because the search field is empty.

Previous()

Returns the date and time of the previous specified number of specified time increment relatively to specified start date or current date and time.

Syntax

Previous(date, intervals number, increment)
    • date: start date
    • intervals number: number of intervals
    • increment: time step

Examples

Previous(5, Step Daily)

Previous(#02/24/2015#,5, Step Daily)

Previous(EndOf(), 5, Step Daily)