init()
init(timeIntervalSinceNow : TimeInterval)
init(timeInterval : TimeInterval, since: Date)
init(timeIntervalSince1970 : TimeInterval)
init?(coder: NSCoder)
Availability 有効性
Technology
init(timeIntervalSinceReferenceDate ti: TimeInterval
)
seconds
The number of seconds to add to the reference date (00:00:00 UTC on 1 January 2001). A negative value means the receiver will be earlier than the reference date. この秒数を基準日(1 January 2001での00:00:00 UTC)に加えることになります。負の値は、レシーバが基準日より早くなることを意味します。
An NSDate
object initialized relative to the absolute reference date by seconds
seconds.
あるNSDate
オブジェクト、絶対基準日に相対してseconds
秒の差で初期化されます。
This method is a designated initializer for the NSDate
class and is declared primarily for the use of subclasses of NSDate
. When you subclass NSDate
to create a concrete date class, you must override this method.
このメソッドは、NSDate
クラスの指定イニシャライザです、そして主としてNSDate
のサブクラスの利用のために宣言されます。あなたがNSDate
のサブクラスを作ることである具体的な日付クラスを作成する場合、あなたはこのメソッドをオーバーライドしなければならない。
init()
init(timeIntervalSinceNow : TimeInterval)
init(timeInterval : TimeInterval, since: Date)
init(timeIntervalSince1970 : TimeInterval)
init?(coder: NSCoder)
+ dateWithTimeIntervalSinceReferenceDate: