Enumeration Case 列挙ケース

DateComponentsFormatter.UnitsStyle.positional

A style that uses the position of a unit of time to identify its value. 時間の単位の位置を使って、それの値を識別するスタイル。

Declaration 宣言

case positional = 0

Discussion 議論

This style is most commonly used for time values where the hour, minute, and second values are separated by colons. You can use the zero formatting behaviors (DateComponentsFormatter.ZeroFormattingBehavior) to further modify the formatting of this value. このスタイルは、時間値に対して最も普通に使われます、そこで時、分、そして秒の値はコロン隔てられます。あなたは、ゼロ書式設定挙動(DateComponentsFormatter.ZeroFormattingBehavior)を使って、この値の書式設定をさらにいっそう修正することができます。

For example, one hour and ten minutes is displayed in the U.S. English locale as “1:10:00”. 例えば、1時間と10分は、U.S. Englishロケールでは “1:10:00” として表示されます。

See Also 参照

Styles スタイル