HasDate class abstract interface Local times

Interface implemented by objects that have a date on the ISO 8601 calendar.

Implementers

Properties

day int
The day starting at 1.
no setter
hashCode int
The hash code for this object.
no setterinherited
inLeapYear bool
Determines if this date falls in a leap year.
no setter
month int
The month from 1 to 12.
no setter
ordinalDay int
The number of days since the beginning of the year.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
weekday Weekday
The day of the week.
no setter
year int
The year.
no setter

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