Efl.Ui.Timepicker.is_24hour

Description

Control if the Timepicker displays 24 hour time or 12 hour time including AM/PM button.

Since 1.23

Values

  • is_24hour - true to display the 24 hour time, false to display 12 hour time including AM/PM label.

Signature

@property is_24hour {
    get {}
    set {}
    values {
        is_24hour: bool;
    }
}

C signature

Eina_Bool efl_ui_timepicker_is_24hour_get(const Eo *obj);
void efl_ui_timepicker_is_24hour_set(Eo *obj, Eina_Bool is_24hour);

Implemented by