day property

String? day
getter/setter pair

Defines a schedule that runs on specific days of the week.

Specify one or more days. The following options are available: MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY. Possible string values are:

  • "FRIDAY"
  • "INVALID"
  • "MONDAY"
  • "SATURDAY"
  • "SUNDAY"
  • "THURSDAY"
  • "TUESDAY"
  • "WEDNESDAY"

Implementation

core.String? day;