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