runsOnDayOfMonth property

String? runsOnDayOfMonth
getter/setter pair

Enum to define for "MONTHLY" scheduled reports whether reports should be repeated on the same day of the month as "startDate" or the same day of the week of the month.

Example: If 'startDate' is Monday, April 2nd 2012 (2012-04-02), "DAY_OF_MONTH" would run subsequent reports on the 2nd of every Month, and "WEEK_OF_MONTH" would run subsequent reports on the first Monday of the month. Possible string values are:

  • "DAY_OF_MONTH"
  • "WEEK_OF_MONTH"

Implementation

core.String? runsOnDayOfMonth;