ByDayRule class

Contains BYDAY weekday rules

Constructors

ByDayRule(int weekday, {int? week})
Creates a new BYDAY rule
const

Properties

hashCode int
The hash code for this object.
no setteroverride
hasWeekNumber bool
Checks if this rule has a week number
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
week int?
The week, e.g. 1 for first week, 2 for the second week, -1 for the last week, -2 for the second last week, etc
final
weekday int
Weekday 1 = Monday / DateTime.monday, 7 = Sunday / DateTime.sunday
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override