FlutterDateTimeExtensions extension

Provides flutter extensions to DateTime.

on

Properties

localizedWeekDay String

Available on DateTime, provided by the FlutterDateTimeExtensions extension

Gets the localized week.
no setter
shortLocalizedWeekDay String

Available on DateTime, provided by the FlutterDateTimeExtensions extension

Gets the localized week.
no setter

Methods

combine(TimeOfDay time) DateTime

Available on DateTime, provided by the FlutterDateTimeExtensions extension

Sets the hour and minute of a DateTime from a TimeOfDay.
toTime() TimeOfDay

Available on DateTime, provided by the FlutterDateTimeExtensions extension

Only time is extracted.