[][src]Crate rust_icu_ucal

Implementation of ucal.h.

As a general piece of advice, since a lot of documentation is currently elided, see the unit tests for example uses of each of the wrapper functions.

Structs

UCalendar

Implements the UCalendar type from ucal.h.

Functions

country_time_zones

Opens a list of available time zones for the given country.

get_default_time_zone

Implements ucal_getDefaultTimeZone

get_now

Gets the current date and time, in milliseconds since the Epoch.

get_tz_data_version

Implements ucal_getTZDataVersion

set_default_time_zone

Implements ucal_setDefaultTimeZone

time_zone_id_enumeration

Opens a list of available time zone IDs with the given filters.

time_zones

Opens a list of available time zones.