Type Method 型メソッド

dateWithTimeInterval:sinceDate:

Creates and returns a date object set to a given number of seconds from the specified date. この指定された日付からある与えられた秒数を設定されたある日付オブジェクトを作成して返します。

Declaration 宣言

+ (instancetype)dateWithTimeInterval:(NSTimeInterval)secsToBeAdded 
                           sinceDate:(NSDate *)date;

Parameters パラメータ

seconds

The number of seconds to add to date. Use a negative argument to specify a date and time before date. dateに加える秒数。負の引数を使うことでdateの前の日付と時刻を指定してください。

date

The date. 日付。

Return Value 戻り値

An NSDate object set to seconds seconds from date. あるNSDateオブジェクト、dateからseconds秒に設定されます。

See Also 参照

Creating a Date 日付の作成