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

dateComponents(_:from:to:)

Returns the difference between two dates. 2つの日付の間の差を返します。

Declaration 宣言

func dateComponents(_ components: Set<Calendar.Component>, from start: Date, to end: Date) -> DateComponents

Parameters パラメータ

components

Which components to compare. 比較するのはどの構成要素か。

start

The starting date. 開始日付。

end

The ending date. 終了日付。

Return Value 戻り値

The result of calculating the difference from start to end. 開始から終了までの差を計算した結果。

See Also 参照

Extracting Components 構成要素の抽出