#include <TimeZoneInfo.d.hpp>
◆ at_date_time_iso()
Sets the datetime at which to interpret the time zone for display name lookup.
Notes:
- If not set, the formatting datetime is used if possible.
- If the offset is not set, the datetime is interpreted as UTC.
- The constraints are the same as with
ZoneNameTimestamp in Rust.
- Set to year 1000 or 9999 for a reference far in the past or future.
See the Rust documentation for at_date_time_iso for more information.
Additional information: 1
◆ at_timestamp()
| std::unique_ptr< icu4x::TimeZoneInfo > icu4x::TimeZoneInfo::at_timestamp |
( |
int64_t | timestamp | ) |
const |
|
inline |
Sets the timestamp, in milliseconds since Unix epoch, at which to interpret the time zone for display name lookup.
Notes:
- If not set, the formatting datetime is used if possible.
- The constraints are the same as with
ZoneNameTimestamp in Rust.
See the Rust documentation for with_zone_name_timestamp for more information.
Additional information: 1, 2
◆ from_parts()
Creates a time zone info from parts.
variant is ignored.
◆ id()
◆ infer_variant()
◆ offset()
◆ operator delete()
| void icu4x::TimeZoneInfo::operator delete |
( |
void * | ptr | ) |
|
|
inlinestatic |
◆ utc()
◆ variant()
◆ with_variant()
◆ zone_name_date_time()
The documentation for this class was generated from the following files: