getWeak method

String getWeak({
  1. Locale? locale,
})

Get the day of the week for a given time.

Implementation

String getWeak({Locale? locale}) =>
    DateUnit.getWeakOfDateTime(this, locale: locale);