Skip to content

Nov (constant)

Syntax

Nov

Description

A constant that evaluates to 11. This is a three-letter representation of November that can be used to specify a date value.

Nov must be capitalized; Uncapitalized nov will not work.

Examples

This wait rule makes agents wait until November 25:

wait(until(Nov,25))

The start date below is set with the month specified by Nov:

start_date = 2020-Nov-10

See Also