File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
icu4c/source/i18n/unicode Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -72,14 +72,14 @@ namespace message2 {
72
72
* format a date with a time zone. It includes an absolute date and a time zone name,
73
73
* as well as a calendar name. The calendar name is not currently used.
74
74
*
75
- * @internal ICU 76 technology preview
75
+ * @internal ICU 78 technology preview
76
76
* @deprecated This API is for technology preview only.
77
77
*/
78
78
struct U_I18N_API DateInfo {
79
79
/* *
80
80
* Date in UTC
81
81
*
82
- * @internal ICU 76 technology preview
82
+ * @internal ICU 78 technology preview
83
83
* @deprecated This API is for technology preview only.
84
84
*/
85
85
UDate date;
@@ -89,7 +89,7 @@ namespace message2 {
89
89
* (its offset is added to/subtracted from the datestamp in order to
90
90
* produce the formatted date).
91
91
*
92
- * @internal ICU 76 technology preview
92
+ * @internal ICU 78 technology preview
93
93
* @deprecated This API is for technology preview only.
94
94
*/
95
95
UnicodeString zoneId;
You can’t perform that action at this time.
0 commit comments