---
title: transactionScheduledDate
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inpaybillintent/transactionscheduleddate
---

# transactionScheduledDate

The scheduled date for the payment, as requested by the user.

## Declaration

```swift
@NSCopying var transactionScheduledDate: INDateComponentsRange? { get }
```

## Discussion

Discussion Use this property to get the date on which to schedule the payment. If the intent doesn’t include a transaction date, assume that the user intended to pay the bill immediately.

## See Also

### Getting the Transaction Details

- [fromAccount](intents/inpaybillintent/fromaccount.md)
- [transactionAmount](intents/inpaybillintent/transactionamount.md)
- [transactionNote](intents/inpaybillintent/transactionnote.md)
