formatTimeOfDay abstract method

String formatTimeOfDay(
  1. TimeOfDay timeOfDay,
  2. {bool alwaysUse24HourFormat = false}
)

Formats timeOfDay according to the value of timeOfDayFormat.

If alwaysUse24HourFormat is true, formats hour using HourFormat.HH rather than the default for the current locale. This value is usually passed from MediaQueryData.alwaysUse24HourFormat, which has platform- specific behavior.

Implementation

String formatTimeOfDay(TimeOfDay timeOfDay, { bool alwaysUse24HourFormat = false });