Contents

addTimeInterval(_:)

Returns a new date object that is set to a given number of seconds relative to the receiver.

Declaration

func addTimeInterval(_ seconds: TimeInterval) -> Any

Parameters

  • seconds:

    The number of seconds to add to the receiver. Use a negative value for seconds to have the returned object specify a date before the receiver.

Return Value

A new NSDate object that is set to seconds seconds relative to the receiver. The date returned might have a representation different from the receiver’s.

See Also

Related Documentation

Legacy Operations