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