Skip to content

May (constant)

Syntax

May

Description

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

May must be capitalized; Uncapitalized may will not work.

Examples

This wait rule makes agents wait until May 25:

wait(until(May,25))

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

start_date = 2020-May-10

See Also