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 {
7272 * format a date with a time zone. It includes an absolute date and a time zone name,
7373 * as well as a calendar name. The calendar name is not currently used.
7474 *
75- * @internal ICU 76 technology preview
75+ * @internal ICU 78 technology preview
7676 * @deprecated This API is for technology preview only.
7777 */
7878 struct U_I18N_API DateInfo {
7979 /* *
8080 * Date in UTC
8181 *
82- * @internal ICU 76 technology preview
82+ * @internal ICU 78 technology preview
8383 * @deprecated This API is for technology preview only.
8484 */
8585 UDate date;
@@ -89,7 +89,7 @@ namespace message2 {
8989 * (its offset is added to/subtracted from the datestamp in order to
9090 * produce the formatted date).
9191 *
92- * @internal ICU 76 technology preview
92+ * @internal ICU 78 technology preview
9393 * @deprecated This API is for technology preview only.
9494 */
9595 UnicodeString zoneId;
You can’t perform that action at this time.
0 commit comments