<!--
{
  "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/RunLoop/SchedulerTimeType/Stride",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Foundation"
    ],
    "preciseIdentifier" : "s:So9NSRunLoopC10FoundationE17SchedulerTimeTypeV6StrideV"
  },
  "title" : "RunLoop.SchedulerTimeType.Stride"
}
-->

# RunLoop.SchedulerTimeType.Stride

The interval by which run loop times advance.

```
struct Stride
```

## Topics

### Creating Scheduler Time Strides

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

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

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

Creates a run loop scheduler time interval from a binary integer type.

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

Creates a run loop scheduler time interval from a floating-point seconds value.

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

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

### Converting to Seconds

[`microseconds(_:)`](/documentation/Foundation/RunLoop/SchedulerTimeType/Stride/microseconds(_:))

Converts the specified number of microseconds into an instance of this scheduler time type.

[`milliseconds(_:)`](/documentation/Foundation/RunLoop/SchedulerTimeType/Stride/milliseconds(_:))

Converts the specified number of milliseconds into an instance of this scheduler time type.

[`nanoseconds(_:)`](/documentation/Foundation/RunLoop/SchedulerTimeType/Stride/nanoseconds(_:))

Converts the specified number of nanoseconds into an instance of this scheduler time type.

[`seconds(_:)`](/documentation/Foundation/RunLoop/SchedulerTimeType/Stride/seconds(_:)-4kk8j)

Converts the specified number of seconds, as a floating-point value, into an instance of this scheduler time type.

[`seconds(_:)`](/documentation/Foundation/RunLoop/SchedulerTimeType/Stride/seconds(_:)-48wwk)

Converts the specified number of seconds into an instance of this scheduler time type.

### Expressing Numeric Types

### Inspecting Stride Properties

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

The value of this time interval in seconds.

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

The value of this time interval in seconds.



---

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)