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

dateComponents(_:from:)

Returns all the date components of a date, using the calendar time zone. ある日付の日付構成要素のすべてを返します、そのカレンダーのタイムゾーンを使います。

Declaration 宣言

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

Parameters パラメータ

date

The Date to use. 使用するDate

Return Value 戻り値

The date components of the specified date. 指定された日付の日付構成要素。

Discussion 議論

See Also 参照

Extracting Components 構成要素の抽出