timeOfDay abstract method

String timeOfDay(
  1. DateTime time
)

Format used for displaying the time of day of a date

In en, this message translates to: '{time}'

Implementation

String timeOfDay(DateTime time);