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

# init(integerLiteral:)

Creates a stride using the specified integer value.

## Declaration

```swift
init(integerLiteral value: TimeInterval)
```

## See Also

### Creating Scheduler Time Strides

- [init(_:)](foundation/operationqueue/schedulertimetype/stride/init(_:).md)
- [init(exactly:)](foundation/operationqueue/schedulertimetype/stride/init(exactly:).md)
- [init(floatLiteral:)](foundation/operationqueue/schedulertimetype/stride/init(floatliteral:).md)
