Initializerinit(integer
init(integerLiteral:)
Creates a run loop scheduler time interval from an integer seconds value.
実行ループスケジューラ時間間隔を整数秒数値から作成します。
Availability 有効性
- iOS 7.0+
- iPadOS 7.0+
- macOS 10.9+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 11.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
init(integerLiteral value: TimeInterval
)
Relationships 関係
From Protocol 由来プロトコル
See Also 参照
Creating Scheduler Time Strides スケジューラ時間ストライドを作成する
init(TimeInterval)
Creates a run loop scheduler time interval from the given time interval.
実行ループスケジューラ時間間隔をこの与えられた時間間隔から作成します。
init?<T>(exactly: T)
Creates a run loop scheduler time interval from a binary integer type.
実行ループスケジューラ時間間隔をバイナリ整数型から作成します。
init(floatLiteral : TimeInterval)
Creates a run loop scheduler time interval from a floating-point seconds value.
実行ループスケジューラ時間間隔を浮動小数点秒数値から作成します。
static var zero: RunLoop.SchedulerTimeType.Stride
The zero value.
ゼロ値。