mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-10 07:39:16 +00:00
ICU-10438 Document that C++ Duration RuleBasedNumberFormat always rounds down.
X-SVN-Rev: 36835
This commit is contained in:
parent
d0c5712ce4
commit
6371975e05
1 changed files with 1 additions and 1 deletions
|
@ -619,7 +619,7 @@ public:
|
|||
* locale. There are four legal values: URBNF_SPELLOUT, which creates a formatter that
|
||||
* spells out a value in words in the desired language, URBNF_ORDINAL, which attaches
|
||||
* an ordinal suffix from the desired language to the end of a number (e.g. "123rd"),
|
||||
* URBNF_DURATION, which formats a duration in seconds as hours, minutes, and seconds,
|
||||
* URBNF_DURATION, which formats a duration in seconds as hours, minutes, and seconds always rounding down,
|
||||
* and URBNF_NUMBERING_SYSTEM, which is used to invoke rules for alternate numbering
|
||||
* systems such as the Hebrew numbering system, or for Roman Numerals, etc.
|
||||
* @param locale The locale for the formatter.
|
||||
|
|
Loading…
Add table
Reference in a new issue