Flutter
quiver.time
Clock
hoursAgo method
hoursAgo
Clock class
Constructors
Clock
fixed
Properties
hashCode
runtimeType
Methods
ago
agoBy
daysAgo
daysFromNow
fromNow
fromNowBy
hoursAgo
hoursFromNow
microsAgo
microsFromNow
millisAgo
millisFromNow
minutesAgo
minutesFromNow
monthsAgo
monthsFromNow
now
secondsAgo
secondsFromNow
weeksAgo
weeksFromNow
yearsAgo
yearsFromNow
noSuchMethod
toString
Operators
operator ==
hoursAgo method
DateTime
hoursAgo
(
int
hours
)
Return the point in time
hours
ago.
Implementation
DateTime hoursAgo(int hours) => ago(hours: hours);