Skip to content

Dec (constant)

Syntax

Dec

Description

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

Dec must be capitalized; Uncapitalized dec will not work.

Examples

This wait rule makes agents wait until December 25:

wait(until(Dec,25))

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

start_date = 2020-Dec-10

See Also