menu
ngcomponents package
documentation
model/date/time_zone_aware_clock.dart
TimeZoneAwareClock
hoursAgo method
hoursAgo method
dark_mode
light_mode
hoursAgo
method
DateTime
hoursAgo
(
int
hours
)
inherited
Return the point in time
hours
ago.
Implementation
DateTime hoursAgo(int hours) => ago(hours: hours);
ngcomponents package
documentation
model/date/time_zone_aware_clock
TimeZoneAwareClock
hoursAgo method
TimeZoneAwareClock class