Time picker constructor interface

Hierarchy

  • MEUITimePickerConstructor

Constructors

Constructors

  • Creates a new time picker

    Parameters

    • Optional value: Date

      The initial value of the time picker. Only the time part is used.

    • Optional change: ((data) => void)

      The event which is fired when the value of the time picker changes.

    Returns MEUITimePicker

    A new time picker.

Generated using TypeDoc