Sat

Three-letter code for Saturday

Synopsis

Sat

Description

Three-letter code for Saturday. Used for wait rules, and for specifying place, network, and mixing group schedules via property statements.

Examples

The following rule will make agents wait until the start of Saturday:

wait(until(Sat))

A place can be given a property statement to open for 2 hours at 6pm on Saturday:

place <place_name> {
...

starts_at_6pm_on_Sat = 2

...
}

See Also

day_of_week, Sun, Mon, Tue, Wed, Thu, Fri