---
title: dueTime
framework: combine
role: symbol
role_heading: Instance Property
path: combine/publishers/debounce/duetime
---

# dueTime

The amount of time the publisher should wait before publishing an element.

## Declaration

```swift
let dueTime: Context.SchedulerTimeType.Stride
```

## See Also

### Inspecting publisher properties

- [upstream](combine/publishers/debounce/upstream.md)
- [scheduler](combine/publishers/debounce/scheduler.md)
- [options](combine/publishers/debounce/options.md)
