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

dateIntervalOfWeekend(containing:)

Returns a DateInterval of the weekend contained by the given date, or nil if the date is not in a weekend. 与えられた日付によって含まれる、週末のDateIntervalを、またはその日付が週末の中にないならばnilを返します。

Declaration 宣言

func dateIntervalOfWeekend(containing date: Date) -> DateInterval?

Parameters パラメータ

date

The date contained in the weekend. 週末に含まれる日付。

Return Value 戻り値

A DateInterval, or nil if the date is not in a weekend. DateInterval、または日付が週末の中にないならばnil

See Also 参照

Calculating Intervals 隔たりを計算する