Instance Method インスタンスメソッド

dateInterval(of:for:)

Returns the starting time and duration of a given calendar component that contains a given date. 開始時間と与えられたカレンダー構成要素の継続期間を返します、それは与えられた日付を含みます。(開始時間が与えられた日付?)

Declaration 宣言

func dateInterval(of component: Calendar.Component, for date: Date) -> DateInterval?

Parameters パラメータ

component

A calendar component. あるカレンダー構成要素。

date

The specified date. 指定する日付。

Return Value 戻り値

A new DateInterval if the starting time and duration of a component could be calculated; otherwise, nil. 新しいDateInterval、もし開始時間と構成要素からなる継続期間が計算可能であったならば;そうでなければ、nil

See Also 参照

Calculating Intervals 隔たりを計算する