HasDate class abstract

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

Implementers

Constructors

HasDate()

Properties

day int
The day starting at 1.
no setter
hashCode int
The hash code for this object.
no setterinherited
month int
The month from 1 to 12.
no setter
ordinalDay int
The number of days since the beginning of the year. This will range from 1 to 366.
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
toDateTime() DateTime
Converts this to a DateTime in the local time zone.
toString() String
A string representation of this object.
inherited

Operators

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