formatMinute abstract method

String formatMinute(
  1. TimeOfDay timeOfDay
)

Formats TimeOfDay.minute in the given time of day according to the value of timeOfDayFormat.

Implementation

String formatMinute(TimeOfDay timeOfDay);