Skip to content

Commit

Permalink
ICU-12865 Update API docs to reflect new features in ICU 54 and later…
Browse files Browse the repository at this point in the history
… :-)
  • Loading branch information
pedberg-icu committed Sep 19, 2024
1 parent e3e74bd commit ac737da
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions icu4c/source/i18n/unicode/reldatefmt.h
Original file line number Diff line number Diff line change
Expand Up @@ -384,8 +384,10 @@ class U_I18N_API FormattedRelativeDateTime : public UMemory, public FormattedVal
* </pre>
* </blockquote>
* <p>
* In the future, we may add more forms, such as abbreviated/short forms
* (3 secs ago), and relative day periods ("yesterday afternoon"), etc.
* The UDateRelativeDateTimeFormatterStyle parameter allows selection of
* different length styles: LONG ("3 seconds ago"), SHORT ("3 sec. ago"),
* NARROW ("3s ago"). In the future, we may add more forms, such as
* relative day periods ("yesterday afternoon"), etc.
*
* The RelativeDateTimeFormatter class is not intended for public subclassing.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,10 @@
* </pre>
* </blockquote>
* <p>
* In the future, we may add more forms, such as abbreviated/short forms
* (3 secs ago), and relative day periods ("yesterday afternoon"), etc.
* The Style parameter allows selection of different length styles:
* LONG ("3 seconds ago"), SHORT ("3 sec. ago"), NARROW ("3s ago").
* In the future, we may add more forms, such as relative day periods
* ("yesterday afternoon"), etc.
*
* @stable ICU 53
*/
Expand Down

0 comments on commit ac737da

Please sign in to comment.