locale_format_time

Function locale_format_time 

Source
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 time
  • datetime (direction in) - Pointer to the datetime
  • format (direction in) - The Locale Time Format
  • show_seconds (direction in) - The show seconds flag