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

date(from:)

Returns a date created from the specified components. 指定された構成要素から作成される日付を返します。

Declaration 宣言

func date(from components: DateComponents) -> Date?

Parameters パラメータ

components

Used as input to the search algorithm for finding a corresponding date. 一致する日付を見つけるために検索アルゴリズムへの入力として使われます。

Return Value 戻り値

A new Date, or nil if a date could not be found which matches the components. 新しいDate、構成要素それらに合致する日付が見つけられなかったならばnil。

See Also 参照

Calculating Dates from Components 構成要素から日付を計算する