<!--
{
  "availability" : [
    "iOS: 11.0.0 - 15.0.0",
    "iPadOS: 11.0.0 - 15.0.0",
    "macCatalyst: 13.1.0 - 15.0.0",
    "visionOS: 1.0.0 - 1.0.0",
    "watchOS: 4.0.0 - 8.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INTransferMoneyIntentResponse/transactionScheduledDate",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INTransferMoneyIntentResponse(py)transactionScheduledDate"
  },
  "title" : "transactionScheduledDate"
}
-->

# transactionScheduledDate

The date on which the transfer is to occur.

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

## 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.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)