Next

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

Syntax

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

Examples

Next(5, Step Daily)

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

Next(FromStart(),5,Step Daily)