DateTimeSimpleRelativeDayExtension extension
Classifies a DateTime into a SimpleRelativeDay bucket relative to now.
- on
Methods
-
getRelativeDayResult(
{DateTime? now, String weekdayFormatter(DateTime)?}) → RelativeDayResult? -
Available on DateTime, provided by the DateTimeSimpleRelativeDayExtension extension
Returns the full RelativeDayResult (bucket plus optional weekday name) for this date relative tonow. -
getSimpleRelativeDay(
{DateTime? now}) → SimpleRelativeDay? -
Available on DateTime, provided by the DateTimeSimpleRelativeDayExtension extension
Returns the SimpleRelativeDay bucket for this date relative tonow.