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

# init(_:)

Initializes a run loop scheduler time with the given date.

## Declaration

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

## Parameters

- `date`: The date to represent.
