HasTime class abstract interface Local times
Interface implemented by classes that provide the time of day.
- Implementers
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- hour → int
-
The hour from 0 to 23.
no setter
- minute → int
-
The minute from 0 to 59.
no setter
- nanosecond → int
-
The nanoseconds from 0 to 999,999,999.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- second → int
-
The second from 0 to 59.
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