func day() -> Date.IntervalFormatStyle
Modifies the date interval format style to include the day.
日付間隔書式設定スタイルを修正して、日にちを含むようにします。
func hour(Date.IntervalFormatStyle.Symbol.Hour) -> Date.IntervalFormatStyle
Modifies the date interval format style to use the specified hour format style.
日付間隔書式設定スタイルを修正して、指定された時間書式設定スタイルを使うようにします。
func minute() -> Date.IntervalFormatStyle
Modifies the date interval format style to include the minutes.
日付間隔書式設定スタイルを修正して、分を含むようにします。
func second() -> Date.IntervalFormatStyle
Modifies the date interval format style to include the seconds.
日付間隔書式設定スタイルを修正して、秒を含むようにします。
func weekday(Date.IntervalFormatStyle.Symbol.Weekday) -> Date.IntervalFormatStyle
Modifies the date interval format style to include the specified weekday style.
日付間隔書式設定スタイルを修正して、指定された週日スタイルを使うようにします。
func year() -> Date.IntervalFormatStyle
Modifies the date interval format style to include the year.
日付間隔書式設定スタイルを修正して、年を含むようにします。