Now

Returns the design or compilation date and time.

Syntax

Now()
Maintenant()

Remarks

When it executes, this function is only evaluated during compilation, and so is constant.

During design, it is a volatile function whose value changes with every recalculation of the formula of which it is a part. Use of this formula does not mean its results are updated continuously.

If you want to extract the date portion, see Date. For a volatile version during execution, see LocalNow.

Example

Now = current date and time
Now+1 = tomorrow's date at the current time

Classification

DateTime