NSDateComponents
Undocumented
-
Convenience initialiser for creating a new
NSDateComponetsobject as they inherit fromNSObjectand therefore have reference and not value semantics.Declaration
Swift
public convenience init(units: NSCalendarUnit, fromComponents:NSDateComponents)Parameters
componentsThe components to copy to the new object.
fromComponentsThe object to copy the
unitsfrom.
View on GitHub
NSDateComponents Extension Reference