Skip to content

Sep (constant)

Syntax

Sep

Description

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

Sep must be capitalized; Uncapitalized sep will not work.

Examples

This wait rule makes agents wait until September 25:

wait(until(Sep,25))

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

start_date = 2020-Sep-10

See Also