MonthlySchedule class
Represents a monthly schedule. An example of a valid monthly schedule is "on the third Tuesday of the month" or "on the 15th of the month".
Constructors
- MonthlySchedule()
- MonthlySchedule.fromJson(Map _json)
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- monthDay ↔ int
-
Required. One day of the month. 1-31 indicates the 1st to the 31st day. -1
indicates the last day of the month. Months without the target day will be
skipped. For example, a schedule to run "every month on the 31st" will not
run in February, April, June, etc.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- weekDayOfMonth ↔ WeekDayOfMonth
-
Required. Week day in a month.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited