Skip to content

CupertinoTimerPickerMode

Inherits: Enum

Different modes of CupertinoTimerPicker.

Properties

  • HOUR_MINUTE

    Mode that shows the timer duration in hour and minute.

  • HOUR_MINUTE_SECONDS

    Mode that shows the timer duration in hour, minute, and second.

  • MINUTE_SECONDS

    Mode that shows the timer duration in minute and second.

Properties#

HOUR_MINUTE = 'hm' class-attribute instance-attribute #

Mode that shows the timer duration in hour and minute.

Examples: 16 hours | 14 min

HOUR_MINUTE_SECONDS = 'hms' class-attribute instance-attribute #

Mode that shows the timer duration in hour, minute, and second.

Examples: 16 hours | 14 min | 43 sec

MINUTE_SECONDS = 'ms' class-attribute instance-attribute #

Mode that shows the timer duration in minute and second.

Examples: 14 min | 43 sec