Instance Property インスタンスプロパティ

maximumUnitCount

The maximum number of time units to include in the output string. 出力文字列に含める最大の時間単位数。

Declaration 宣言

var maximumUnitCount: Int { get set }

Discussion 議論

Use this property to limit the number of units displayed in the resulting string. For example, with this property set to 2, instead of “1h 10m, 30s”, the resulting string would be “1h 10m”. Use this property when you are constrained for space or want to round up values to the nearest large unit. このプロパティを使って、結果文字列で表示される単位の数を制限してください。例えば、このプロパティを2に設定すると、“1h 10m, 30s” の代わりに、結果文字列は “1h 10m” になるでしょう。あなたが空間的に窮屈であるまたは値を最も近い大きな単位に切り上げたい場合に、このプロパティを使ってください。

The default value of this property is 0, which does not cause the elimination of any units. このプロパティの省略時の値は0、それはどんな単位の排除も引き起こしません。

See Also 参照

Configuring the Formatter Options フォーマッタオプションを構成設定する