Efl.Ui.Timepicker.time

Description

The current value of time

hour: Hour. The hour value is in terms of 24 hour format from 0 to 23.

min: Minute. The minute range is from 0 to 59.

Since 1.23

Values

  • hour - The hour value from 0 to 23.
  • min - The minute value from 0 to 59.

Signature

@property time {
    get {}
    set {}
    values {
        hour: int;
        min: int;
    }
}

C signature

void efl_ui_timepicker_time_get(const Eo *obj, int *hour, int *min);
void efl_ui_timepicker_time_set(Eo *obj, int hour, int min);

Implemented by