The locale to use when formatting a measurement. ある寸法を書式設定するときに使うロケール。
Instance Method
インスタンスメソッド
locale(_:)
Modifies the measurement format style to use the specified locale.
寸法書式設定スタイルを修正してこの指定されたロケールを使うようにします。
Availability 有効性
- iOS 15.0+
- iPadOS 15.0+
- macOS 12.0+
- Mac Catalyst 15.0+
- tvOS 15.0+
- watchOS 8.0+
- Xcode 13.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
func locale(_ locale: Locale
) -> Measurement
<UnitType >.FormatStyle
Parameters パラメータ
locale
Return Value 戻り値
A measurement format style with the specified locale. ある寸法書式設定スタイル、この指定されたロケールでの。
Relationships 関係
From Protocol 由来プロトコル
See Also 参照
Modifying a Measurement Format Style 寸法書式設定スタイルを修正する
var width: Measurement<UnitType>.FormatStyle.UnitWidth
The width of the measurement unit.
寸法単位の幅。
struct Measurement.FormatStyle.UnitWidth
Specifies the width of the unit, determining the textual representation.
テキスト表現を判断して、単位の幅を指定します。
var usage: MeasurementFormatUnitUsage<UnitType>?
The intended purpose of the formatted measurement.
書式設定された寸法の意図される目的。
var hidesScaleName : Bool
The visibility of the unit name of a temperature.
ある温度の単位名の可視性。
Available when
UnitType
is UnitTemperature
.
UnitType
がUnitTemperature
である時に利用可能。
var locale: Locale
The locale of the format style.
書式設定スタイルのロケール。