case spellOut
case full
case short
case brief
DateComponentsFormatter.UnitsStyle.short
.
時間の単位に対して、DateComponentsFormatter.UnitsStyle.short
より短い短縮された綴りを使うスタイル。
case abbreviated
Availability 有効性
Technology
case positional = 0
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 (Date
) to further modify the formatting of this value.
このスタイルは、時間値に対して最も普通に使われます、そこで時、分、そして秒の値はコロン隔てられます。あなたは、ゼロ書式設定挙動(Date
)を使って、この値の書式設定をさらにいっそう修正することができます。
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” として表示されます。
Note 注意
This style may fall back to the behavior of Date
when attempting to display large time quantities.
このスタイルは、大きな時間量を表示しようと試みる時、Date
の挙動に逆戻りするかもしれません。
case spellOut
case full
case short
case brief
DateComponentsFormatter.UnitsStyle.short
.
時間の単位に対して、DateComponentsFormatter.UnitsStyle.short
より短い短縮された綴りを使うスタイル。
case abbreviated