We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What about a class func?
let date1 = NSDate.set(yearForWeekOfYear: 2014, weekOfYear: 23, weekDay: 3) let date2 = NSDate.set(year 2014, month: 10, day: 3) let date3 = NSDate.set(year 2014, quarter: 3, month: 1, day: 3) let date4 = NSDate.set(year 2014, month: 1, weekInMonth: 2, day: 3) let date5 = NSDate.set(year 2014, month: 1, weekInMonth: 2, day: 3, hour: 12, minute: 3)
The text was updated successfully, but these errors were encountered:
I should look better. You readily have one so I will close this one. I will open another one for the week, quarter, week in month setters though.
Sorry, something went wrong.
No branches or pull requests
What about a class func?
The text was updated successfully, but these errors were encountered: