<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 13.0.0 -",
    "macOS: 10.15.0 -",
    "tvOS: 13.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 6.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Foundation",
  "identifier" : "/documentation/Foundation/OperationQueue/SchedulerTimeType/Stride",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Foundation"
    ],
    "preciseIdentifier" : "s:So16NSOperationQueueC10FoundationE17SchedulerTimeTypeV6StrideV"
  },
  "title" : "OperationQueue.SchedulerTimeType.Stride"
}
-->

# OperationQueue.SchedulerTimeType.Stride

The interval by which operation queue times advance.

```
struct Stride
```

## Topics

### Managing Stride Properties

[`timeInterval`](/documentation/Foundation/OperationQueue/SchedulerTimeType/Stride/timeInterval)

The value of this time interval, in seconds.

[`magnitude`](/documentation/Foundation/OperationQueue/SchedulerTimeType/Stride/magnitude)

The value of this time interval, in seconds.

### Creating Scheduler Time Strides

[`init(_:)`](/documentation/Foundation/OperationQueue/SchedulerTimeType/Stride/init(_:))

Creates a stride using the specified time interval.

[`init(exactly:)`](/documentation/Foundation/OperationQueue/SchedulerTimeType/Stride/init(exactly:))

Creates a stride using the specified integer, if it can be represented exactly.

[`init(floatLiteral:)`](/documentation/Foundation/OperationQueue/SchedulerTimeType/Stride/init(floatLiteral:))

Creates a stride using the specified floating-point value.

[`init(integerLiteral:)`](/documentation/Foundation/OperationQueue/SchedulerTimeType/Stride/init(integerLiteral:))

Creates a stride using the specified integer value.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)