---
title: Pass.RelevantDates
framework: walletpasses
role: symbol
role_heading: Object
path: walletpasses/pass/relevantdates-data.dictionary
---

# Pass.RelevantDates

An object that represents a date interval that the system uses to show a relevant pass.

## Declaration

```data
object Pass.RelevantDates
```

## Properties

date: The date and time when the pass becomes relevant. Wallet automatically calculates a relevancy interval from this date. endDate: The date and time for the pass relevancy interval to end. Required when providing startDate. startDate: The date and time for the pass relevancy interval to begin.

## Mentioned in

Creating a poster event pass using semantic tags

## Discussion

Discussion note: The values need to be a complete dates that include hours and minutes, and may optionally include seconds. For information about the ISO 8601 timestamp format, see Time and Date Formats on the W3C website.

## See Also

### Adding relevance

- [Showing a Pass on the Lock Screen](walletpasses/showing-a-pass-on-the-lock-screen.md)
- [Pass.Locations](walletpasses/pass/locations-data.dictionary.md)
- [Pass.Beacons](walletpasses/pass/beacons-data.dictionary.md)
