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

nextDate(after:matching:value:options:)

Returns the next date after a given date matching the given calendar unit value. 与えられた日付の後の与えられたカレンダー単位値に合致する次の日付を返します。

Declaration 宣言

func nextDate(after date: Date, 
     matching unit: NSCalendar.Unit, 
        value: Int, 
      options: NSCalendar.Options = []) -> Date?

Parameters パラメータ

date

The date for which to perform the calculation. それに対して計算を実行することになる日付。

unit

The component to use. For possible values, see NSCalendar.Unit. 使用する構成要素。可能な値として、NSCalendar.Unitを見てください。

value

The value for the given component. 与えられた構成要素に対する値。

options オプション

Options for the calculation. For possible values, see NSCalendar.Options. 計算に対するオプション。可能な値として、NSCalendar.Optionsを見てください。

Return Value 戻り値

A new NSDate object. 新しいNSDateオブジェクト。

See Also 参照

Scanning Dates 日付を走査する