Function ACT_AcquireTimezoneList

Source
pub unsafe extern "C" fn ACT_AcquireTimezoneList(
    countryCode: u8_,
    languageCode: u8_,
    completionEvent: Handle,
) -> Result
Expand description

Acquires a list of timezones for the specified country and language combination.

ยงArguments

  • countryCode - The country code of the country to acquire time zones for.
  • language - code The language code of the language to acquire the time zones in.
  • completionEvent - The event handle to signal when the request has finished.