isDateInTomorrow(_:)
Indicates whether the given date is in “tomorrow.”
Declaration
func isDateInTomorrow(_ date: Date) -> BoolParameters
- date:
The date for which to perform the calculation.
Indicates whether the given date is in “tomorrow.”
func isDateInTomorrow(_ date: Date) -> BoolThe date for which to perform the calculation.