---
title: OperationQueue.SchedulerTimeType.Stride
framework: foundation
role: symbol
role_heading: Structure
path: foundation/operationqueue/schedulertimetype/stride
---

# OperationQueue.SchedulerTimeType.Stride

The interval by which operation queue times advance.

## Declaration

```swift
struct Stride
```

## Topics

### Managing Stride Properties

- [timeInterval](foundation/operationqueue/schedulertimetype/stride/timeinterval.md)
- [magnitude](foundation/operationqueue/schedulertimetype/stride/magnitude.md)

### 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)
- [init(integerLiteral:)](foundation/operationqueue/schedulertimetype/stride/init(integerliteral:).md)

## Relationships

### Conforms To

- [AdditiveArithmetic](swift/additivearithmetic.md)
- [Comparable](swift/comparable.md)
- [Decodable](swift/decodable.md)
- [Encodable](swift/encodable.md)
- [Equatable](swift/equatable.md)
- [ExpressibleByFloatLiteral](swift/expressiblebyfloatliteral.md)
- [ExpressibleByIntegerLiteral](swift/expressiblebyintegerliteral.md)
- [Numeric](swift/numeric.md)
- [SchedulerTimeIntervalConvertible](combine/schedulertimeintervalconvertible.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [SignedNumeric](swift/signednumeric.md)

## See Also

### Managing Scheduler Time Type Properties

- [date](foundation/operationqueue/schedulertimetype/date.md)
- [advanced(by:)](foundation/operationqueue/schedulertimetype/advanced(by:).md)
- [distance(to:)](foundation/operationqueue/schedulertimetype/distance(to:).md)
