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