portableSql

NextDay Portable SQL Function

Syntax

NextDay as T (DateTime as D)

NextDay as T (DateTime as T)

Arguments

DateTimeDate Time

A field or value.

Returns

resultTime

Returns the day after the specified date or datetime value.

Description

Gets the day after the specified date or datetime value.

Discussion

The NextDay function computes the day after the specified date or datetime value.

NextDay() function executed on the Northwind Access database
SELECT FIRST 1 CurrentDateTime() AS Now, NextDay(CurrentDateTime()) AS Expr1 FROM Orders
=10/10/2019 12:48:35 00 pm|10/11/2019 12:48:35 00 pm