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

# transactionScheduledDate

The date on which the transfer is to occur.

## Declaration

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

## Discussion

Discussion Use this property to specify the window of time during which to transfer the funds between the accounts. The end date of the specified range must always be in the future. Be as specific as you can when specifying the transaction dates.

## See Also

### Providing the Transaction Details

- [transactionAmount](intents/intransfermoneyintentresponse/transactionamount.md)
- [transactionNote](intents/intransfermoneyintentresponse/transactionnote.md)
- [transferFee](intents/intransfermoneyintentresponse/transferfee.md)
