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

# init(_:)

Creates an operation queue scheduler time with the given date.

## Declaration

```swift
init(_ date: Date)
```

## Parameters

- `date`: The date that the scheduler time represents.
