Skip to content

Oct (constant)

Syntax

Oct

Description

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

Oct must be capitalized; Uncapitalized oct will not work.

Examples

This wait rule makes agents wait until October 25:

wait(until(Oct,25))

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

start_date = 2020-Oct-10

See Also