Enumeration 列挙

DateComponentsFormatter.UnitsStyle

Constants for specifying how to represent quantities of time. 時間量をどうやって表すか指定するための定数。

Declaration 宣言

enum UnitsStyle : Int, @unchecked Sendable

Overview 概要

All date and time values are localized and formatted according to the current user’s language preferences. 全ての日付と時刻値は、現在のユーザの言語環境設定によってローカライズおよび書式設定されます。

The following table shows how the quantity of 9 hours, 41 minutes, and 30 seconds is displayed in the U.S. English locale for each style: 以下の表は、9時間、41分、そして30秒の量が以下の各スタイルに対してU.S Englishロケールにおいてどのように表示されるかを示します。

Style スタイル

Displayed result 表示結果

DateComponentsFormatter.UnitsStyle.spellOut

“nine hours, forty-one minutes, thirty seconds”

DateComponentsFormatter.UnitsStyle.full

“9 hours, 41 minutes, 30 seconds”

DateComponentsFormatter.UnitsStyle.short

“9 hr, 41 min, 30 sec”

DateComponentsFormatter.UnitsStyle.brief

“9hr 41min 30sec”

DateComponentsFormatter.UnitsStyle.abbreviated

“9h 41m 30s”

DateComponentsFormatter.UnitsStyle.positional

“9:31:30”

Topics 話題

Styles スタイル

Relationships 関係

Conforms To 次に準拠