Contents

isDateInTomorrow(_:)

Returns a Boolean value indicating whether the given date is within tomorrow.

Declaration

func isDateInTomorrow(_ date: Date) -> Bool

Parameters

  • date:

    The specified date.

Return Value

true if the given date is within tomorrow, as defined by the calendar and calendar’s locale; otherwise, false.

See Also

Comparing Dates