pub unsafe extern "C" fn locale_format_time(
out_str: *mut FuriString,
datetime: *const DateTime,
format: LocaleTimeFormat,
show_seconds: bool,
)Expand description
Format time to furi string
ยงArguments
out_str(direction out) - The FuriString to store formatted timedatetime(direction in) - Pointer to the datetimeformat(direction in) - The Locale Time Formatshow_seconds(direction in) - The show seconds flag