Skip to content

Jun (constant)

Syntax

Jun

Description

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

Jun must be capitalized; Uncapitalized jun will not work.

Examples

This wait rule makes agents wait until June 25:

wait(until(Jun,25))

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

start_date = 2020-Jun-10

See Also