isDateInYesterday(_:)
Returns a Boolean value indicating whether the given date is within yesterday.
Declaration
func isDateInYesterday(_ date: Date) -> BoolParameters
- date:
The specified date.
Return Value
true if the given date is within yesterday, as defined by the calendar and calendar’s locale; otherwise, false.