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

# init(_:)

Creates a run loop scheduler time interval from the given time interval.

## Declaration

```swift
init(_ timeInterval: TimeInterval)
```

## See Also

### Creating Scheduler Time Strides

- [init(exactly:)](foundation/runloop/schedulertimetype/stride/init(exactly:).md)
- [init(floatLiteral:)](foundation/runloop/schedulertimetype/stride/init(floatliteral:).md)
- [init(integerLiteral:)](foundation/runloop/schedulertimetype/stride/init(integerliteral:).md)
