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

# init(integerLiteral:)

Creates a run loop scheduler time interval from an integer seconds value.

## Declaration

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

## See Also

### Creating Scheduler Time Strides

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