ICU-10438 Document that C++ Duration RuleBasedNumberFormat always rounds down.
X-SVN-Rev: 36835
This commit is contained in:
parent
d0c5712ce4
commit
6371975e05
@ -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…
Reference in New Issue
Block a user