Skip to content

Apr (constant)

Syntax

Apr

Description

A constant that evaluates to 4. This is the three-letter representation for the month of April that can be used to specify date values within FRED.

Apr must be capitalized; Uncapitalized apr will not work.

Examples

This wait rule makes agents wait until April 25:

wait(until(Apr, 25))

The start date in a simulation block can be set to April 10, 2020 using the following statement:

start_date = 2020-Apr-10

See Also