Skip to content

Jan (constant)

Syntax

Jan

Description

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

Jan must be capitalized; Uncapitalized jan will not work.

Examples

This wait rule makes agents wait until January 25:

wait(until(Jan,25))

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

start_date = 2020-Jan-10

See Also