Skip to content

Jul (constant)

Syntax

Jul

Description

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

Jul must be capitalized; Uncapitalized jul will not work.

Examples

This wait rule makes agents wait until July 25:

wait(until(Jul,25))

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

start_date = 2020-Jul-10

See Also