<!--
{
  "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" : "Combine",
  "identifier" : "/documentation/Combine/SchedulerTimeIntervalConvertible",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "Combine"
    ],
    "preciseIdentifier" : "s:7Combine32SchedulerTimeIntervalConvertibleP"
  },
  "title" : "SchedulerTimeIntervalConvertible"
}
-->

# SchedulerTimeIntervalConvertible

A protocol that provides a scheduler with an expression for relative time.

```
protocol SchedulerTimeIntervalConvertible
```

## Topics

### Converting seconds to scheduler time intervals

[`microseconds(_:)`](/documentation/Combine/SchedulerTimeIntervalConvertible/microseconds(_:))

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

[`milliseconds(_:)`](/documentation/Combine/SchedulerTimeIntervalConvertible/milliseconds(_:))

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

[`nanoseconds(_:)`](/documentation/Combine/SchedulerTimeIntervalConvertible/nanoseconds(_:))

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

[`seconds(_:)`](/documentation/Combine/SchedulerTimeIntervalConvertible/seconds(_:)-2cv8t)

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

[`seconds(_:)`](/documentation/Combine/SchedulerTimeIntervalConvertible/seconds(_:)-3g8ay)

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



---

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)