---
title: "isDateInTomorrow(_:)"
framework: foundation
role: symbol
role_heading: Instance Method
path: "foundation/nscalendar/isdateintomorrow(_:)"
---

# isDateInTomorrow(_:)

Indicates whether the given date is in “tomorrow.”

## Declaration

```swift
func isDateInTomorrow(_ date: Date) -> Bool
```

## Parameters

- `date`: The date for which to perform the calculation.

## Return Value

Return Value true if the given date is in “tomorrow,” otherwise false.

## See Also

### Comparing Dates

- [compare(_:to:toUnitGranularity:)](foundation/nscalendar/compare(_:to:tounitgranularity:).md)
- [isDate(_:equalTo:toUnitGranularity:)](foundation/nscalendar/isdate(_:equalto:tounitgranularity:).md)
- [isDate(_:inSameDayAs:)](foundation/nscalendar/isdate(_:insamedayas:).md)
- [isDateInToday(_:)](foundation/nscalendar/isdateintoday(_:).md)
- [isDateInWeekend(_:)](foundation/nscalendar/isdateinweekend(_:).md)
- [isDateInYesterday(_:)](foundation/nscalendar/isdateinyesterday(_:).md)
