FlutterDateTimeExtensions extension

Provides flutter extensions to DateTime.

on

Properties

localizedWeekDay String
Gets the localized week.
no setter
shortLocalizedWeekDay String
Gets the localized week.
no setter

Methods

combine(TimeOfDay time) DateTime
Sets the hour and minute of a DateTime from a TimeOfDay.
toTime() TimeOfDay
Only time is extracted.