ICU 78.1
78.1
|
The DateInfo
struct represents all the information needed to format a date with a time zone.
More...
#include <messageformat2_formattable.h>
Data Fields | |
UDate | date |
Date in UTC. More... | |
UnicodeString | zoneId |
IANA time zone name; "UTC" if UTC; empty string if value is floating The time zone is required in order to format the date/time value (its offset is added to/subtracted from the datestamp in order to produce the formatted date). More... | |
The DateInfo
struct represents all the information needed to format a date with a time zone.
It includes an absolute date and a time zone name, as well as a calendar name. The calendar name is not currently used.
Definition at line 78 of file messageformat2_formattable.h.
UDate icu::message2::DateInfo::date |
Date in UTC.
Definition at line 85 of file messageformat2_formattable.h.
UnicodeString icu::message2::DateInfo::zoneId |
IANA time zone name; "UTC" if UTC; empty string if value is floating The time zone is required in order to format the date/time value (its offset is added to/subtracted from the datestamp in order to produce the formatted date).
Definition at line 95 of file messageformat2_formattable.h.