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

nextDateAfterDate:matchingHour:minute:second:options:

Returns the next date after a given date that matches the given hour, minute, and second, component values. 与えられた日付の後の与えられた時間、分、そして秒、構成要素値に合致する次の日付を返します。

Declaration 宣言

- (NSDate *)nextDateAfterDate:(NSDate *)date 
                 matchingHour:(NSInteger)hourValue 
                       minute:(NSInteger)minuteValue 
                       second:(NSInteger)secondValue 
                      options:(NSCalendarOptions)options;

Parameters パラメータ

date

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

hourValue

The value for the hour component. 時間構成要素に対する値。

minuteValue

The value for the minute component. 分構成要素に対する値。

secondValue

The value for the second component. 秒構成要素に対する値。

options オプション

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

Return Value 戻り値

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

See Also 参照

Scanning Dates 日付を走査する