init(timeIntervalSinceNow:)
Returns a date object initialized relative to the current date and time by a given number of seconds.
Declaration
convenience init(timeIntervalSinceNow secs: TimeInterval)Parameters
- secs:
The number of seconds from relative to the current date and time to which the receiver should be initialized. A negative value means the returned object will represent a date in the past.
Return Value
An NSDate object initialized relative to the current date and time by secs seconds.