---
title: dueDate
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inbilldetails/duedate
---

# dueDate

The due date of the payment.

## Declaration

```swift
var dueDate: DateComponents? { get set }
```

## Discussion

Discussion Use this property to specify the date to pay the bill to the payee. The first date in the range represents the due date for the payment and the last date represents the date that afterwards the payee considers the payment deliquent. For example, a mortgage payment might be due on the first of the month but the payment isn’t considered delinquent until several weeks later.

## See Also

### Getting the Bill Amount

- [minimumDue](intents/inbilldetails/minimumdue.md)
- [amountDue](intents/inbilldetails/amountdue.md)
- [lateFee](intents/inbilldetails/latefee.md)
