static var interval: Date.IntervalFormatStyle
The Date
for creating the string representation of the date interval.
日付間隔の文字列表現を作成するためのDate
。
Availability 有効性
Technology
init(date: Date
.IntervalFormatStyle
.DateStyle
? = nil, time: Date
.IntervalFormatStyle
.TimeStyle
? = nil, locale: Locale
= .autoupdatingCurrent, calendar: Calendar
= .autoupdatingCurrent, timeZone: TimeZone
= .autoupdatingCurrent)
date
The Date
for creating the string representation of the date interval.
日付間隔の文字列表現を作成するためのDate
。
time
The Date
for creating the string representation of the date interval.
日付間隔の文字列表現を作成するためのDate
。
locale
calendar
timeZone
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
, long
、abbreviated
、numeric
、omitted
、またはnone
です。
Time style values are complete
, standard
, shortened
, omitted
, or none
.
static var interval: Date.IntervalFormatStyle