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