Skip to content

Mar (constant)

Syntax

Mar

Description

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

Mar must be capitalized; Uncapitalized mar will not work.

Examples

This wait rule makes agents wait until March 25:

wait(until(Mar,25))

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

start_date = 2020-Mar-10

See Also