Efl.Datetime.Manager.string

Keys

  • fmt - The format string

Values

  • string - The string that matches with the format


Signature

@property string {
    get {
        keys {
            fmt: string;
        }
    }
    values {
        string: string;
    }
}

C signature

const char *efl_datetime_manager_string_get(const Eo *obj, const char *fmt);

Implemented by