TimeCellValue class

Inheritance

Constructors

TimeCellValue({int hour = 0, int minute = 0, int second = 0, int millisecond = 0, int microsecond = 0})
const
TimeCellValue.fromDuration(Duration duration)
factory
TimeCellValue.fromFractionOfDay(num fractionOfDay)
fractionOfDay=1.0 is 24 hours, 0.5 is 12 hours and so on.
factory
TimeCellValue.fromTimeOfDateTime(DateTime dt)

Properties

hashCode → int
The hash code for this object.
no setteroverride
hour → int
final
microsecond → int
final
millisecond → int
final
minute → int
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
second → int
final

Methods

asDuration() → Duration
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