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

dateInterval(of:start:interval:for:)

Returns, via two inout parameters, the starting time and duration of a given calendar component that contains a given date. 2つのインアウトパラメータ経由で、開始時間と与えられたカレンダー構成要素の継続期間を返します、それは与えられた日付を含みます。(開始時間が与えられた日付?)

Declaration 宣言

func dateInterval(of component: Calendar.Component, start: inout Date, interval: inout TimeInterval, for date: Date) -> Bool

Parameters パラメータ

component

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

start

Upon return, the starting time of the calendar component that contains the date. 返すにあたって、その日付を含むカレンダー構成要素の始まりの時間。

interval

Upon return, the duration of the calendar component that contains the date. 返すにあたって、その日付を含むカレンダー構成要素の継続期間。

date

The specified date. 指定する日付。

Return Value 戻り値

true if the starting time and duration of a component could be calculated; otherwise, false. true、もし構成要素の開始時間と継続期間がならば計算できたならば;そうでなければ、false

See Also 参照

Calculating Intervals 隔たりを計算する