+ dateWithTimeIntervalSinceNow:
Creates and returns a date object set to a given number of seconds from the current date and time.
現在の日付と時刻からある与えられた秒数を設定されたある日付オブジェクトを作成して返します。
+ dateWithTimeInterval:sinceDate:
Creates and returns a date object set to a given number of seconds from the specified date.
この指定された日付からある与えられた秒数を設定されたある日付オブジェクトを作成して返します。
+ dateWithTimeIntervalSinceReferenceDate:
Creates and returns a date object set to a given number of seconds from 00:00:00 UTC on 1 January 2001.
1 January 2001での00:00:00 UTCからある与えられた秒数を設定されたある日付を作成して返します。
+ dateWithTimeIntervalSince1970:
Creates and returns a date object set to the given number of seconds from 00:00:00 UTC on 1 January 1970.
1 January 1970での00:00:00 UTCからある与えられた秒数を設定されたある日付を作成して返します。