Initializer

init(date:time:locale:calendar:timeZone:)

Creates an instance using the provided date, time, locale, calendar, time zone, and capitalization context. あるインスタンスをこの提供された日付、時刻、ロケール、カレンダー、タイムゾーン、そしてキャピタライズ文脈を使って作成します。

Declaration 宣言

init(date: Date.IntervalFormatStyle.DateStyle? = nil, time: Date.IntervalFormatStyle.TimeStyle? = nil, locale: Locale = .autoupdatingCurrent, calendar: Calendar = .autoupdatingCurrent, timeZone: TimeZone = .autoupdatingCurrent)

Parameters パラメータ

date

The Date.FormatStyle.DateStyle for creating the string representation of the date interval. 日付間隔の文字列表現を作成するためのDate.FormatStyle.DateStyle

time

The Date.FormatStyle.TimeStyle for creating the string representation of the date interval. 日付間隔の文字列表現を作成するためのDate.FormatStyle.TimeStyle

locale

The Locale for creating the string representation of the date interval. 日付間隔の文字列表現を作成するためのLocale

calendar

The Calendar for creating the string representation of the date interval. 日付間隔の文字列表現を作成するためのCalendar

timeZone

The TimeZone for creating the string representation of the date interval. 日付間隔の文字列表現を作成するためのTimeZone

Discussion 議論

Customize the date interval string by providing a date style, time style, locale, calendar, time zone, and capitalization scheme. 日付間隔文字列を、日付スタイル、時刻スタイル、ロケール、カレンダー、タイムゾーン、そしてキャピタライズスキームを提供することによってカスタマイズしてください。

Values for date style are complete, long, abbreviated, numeric, omitted, or none. 日付スタイルのための値は、complete, longabbreviatednumericomitted、またはnoneです。 Time style values are complete, standard, shortened, omitted, or none.

See Also 参照

Creating a Date Interval Format Style 日付間隔書式設定スタイルを作成する