Skip to content

Aug (constant)

Syntax

Aug

Description

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

Aug must be capitalized; Uncapitalized aug will not work.

Examples

This wait rule makes agents wait until August 25:

wait(until(Aug,25))

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

start_date = 2020-Aug-10

See Also