Type Method 型メソッド

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からある与えられた秒数を設定されたある日付を作成して返します。

Declaration 宣言

+ (instancetype)dateWithTimeIntervalSinceReferenceDate:(NSTimeInterval)ti;

Parameters パラメータ

seconds

The number of seconds from the absolute reference date (00:00:00 UTC on 1 January 2001) for the new date. Use a negative argument to specify a date and time before the reference date. 新しい日付に対する基準日(1 January 2001での00:00:00 UTC)からの秒数。負の引数を使うことで基準日の前の日付と時刻を指定してください。

Return Value 戻り値

An NSDate object set to seconds seconds from the absolute reference date. あるNSDateオブジェクト、絶対基準日からseconds秒に設定されます。

See Also 参照

Creating a Date 日付の作成

Related Documentation 関連文書