---
title: "init(_:)"
framework: dispatch
role: symbol
role_heading: Initializer
path: "dispatch/dispatchqueue/schedulertimetype/init(_:)"
---

# init(_:)

Creates a dispatch queue time type instance.

## Declaration

```swift
init(_ time: DispatchTime)
```

## Parameters

- `time`: The dispatch time to represent.
