We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
When using Swift, it's not possible to set calendar.today = nil because today is not optional.
calendar.today = nil
today
When using Swift, it's not possible to set
calendar.today = nilbecausetodayis not optional.