Skip to content

Feb (constant)

Syntax

Feb

Description

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

Feb must be capitalized; Uncapitalized feb will not work.

Examples

This wait rule makes agents wait until February 25:

wait(until(Feb,25))

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

start_date = 2020-Feb-10

See Also