RecurrenceRuleMonth class final
The month on which a ScheduledEvent recurs.
- Inheritance
-
- Object
- EnumLike<
int, RecurrenceRuleMonth> - RecurrenceRuleMonth
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- april → const RecurrenceRuleMonth
- august → const RecurrenceRuleMonth
- december → const RecurrenceRuleMonth
- february → const RecurrenceRuleMonth
- january → const RecurrenceRuleMonth
- july → const RecurrenceRuleMonth
- june → const RecurrenceRuleMonth
- march → const RecurrenceRuleMonth
- may → const RecurrenceRuleMonth
- november → const RecurrenceRuleMonth
- october → const RecurrenceRuleMonth
- september → const RecurrenceRuleMonth