---
title: dateStatusModified
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inrestaurantreservationuserbooking/datestatusmodified
---

# dateStatusModified

The date on which the status of the reservation changed.

## Declaration

```swift
var dateStatusModified: Date { get set }
```

## Discussion

Discussion When you change the status property of the reservation, update this property with the date on which the status changed.

## See Also

### Accessing the Reservation Information

- [guest](intents/inrestaurantreservationuserbooking/guest.md)
- [status](intents/inrestaurantreservationuserbooking/status.md)
- [guestProvidedSpecialRequestText](intents/inrestaurantreservationuserbooking/guestprovidedspecialrequesttext.md)
