The locale for formatting a date interval. ある日付間隔を書式設定するためのロケール。
Instance Method
インスタンスメソッド
locale(_:)
Modifies the date interval 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
) -> Date
.IntervalFormatStyle
Parameters パラメータ
locale
Return Value 戻り値
A date inteverval format style with the provided locale. ある日付間隔書式設定スタイル、この提供されたロケールでの。
Relationships 関係
From Protocol 由来プロトコル
See Also 参照
Specifying Date Interval Format Styles 日付間隔書式設定スタイルを指定する
func timeZone (Date.IntervalFormatStyle.Symbol.TimeZone) -> Date.IntervalFormatStyle
Modifies the date interval format style to use the specified time zone format.
日付間隔書式設定スタイルを修正して、指定されたタイムゾーン書式設定スタイルを使うようにします。
var calendar: Calendar
The calendar for formatting the date interval.
日付間隔を書式設定するためのカレンダー。
var locale: Locale
The locale for formatting the date and time interval components.
日付と時刻間隔構成要素を書式設定するためのロケール。
var timeZone : TimeZone
The time zone for formatting the date interval components.
日付間隔構成要素を書式設定するためのタイムゾーン。