init(Date)
Initializes a run loop scheduler time with the given date.
実行ループスケジューラ時間をこの与えられた日付で初期化します。
Availability 有効性
Technology
struct SchedulerTimeType
init(Date)
struct RunLoop.SchedulerTimeType.Stride
func advanced(by: RunLoop.SchedulerTimeType.Stride) -> RunLoop.SchedulerTimeType
func distance(to: RunLoop.SchedulerTimeType) -> RunLoop.SchedulerTimeType.Stride
var date: Date
static func ... (RunLoop.SchedulerTimeType) -> PartialRangeFrom<RunLoop.SchedulerTimeType>
static func ... (RunLoop.SchedulerTimeType) -> PartialRangeThrough<RunLoop.SchedulerTimeType>
static func ... (RunLoop.SchedulerTimeType, RunLoop.SchedulerTimeType) -> ClosedRange<RunLoop.SchedulerTimeType>
static func ..< (RunLoop.SchedulerTimeType) -> PartialRangeUpTo<RunLoop.SchedulerTimeType>
static func ..< (RunLoop.SchedulerTimeType, RunLoop.SchedulerTimeType) -> Range<RunLoop.SchedulerTimeType>
static func < (RunLoop.SchedulerTimeType, RunLoop.SchedulerTimeType) -> Bool
static func <= (RunLoop.SchedulerTimeType, RunLoop.SchedulerTimeType) -> Bool
static func == (RunLoop.SchedulerTimeType, RunLoop.SchedulerTimeType) -> Bool
static func > (RunLoop.SchedulerTimeType, RunLoop.SchedulerTimeType) -> Bool
static func >= (RunLoop.SchedulerTimeType, RunLoop.SchedulerTimeType) -> Bool
var hashValue : Int
func hash(into: inout Hasher)
init(from: Decoder)
func encode(to: Encoder)
func schedule(options: RunLoop.SchedulerOptions?, () -> Void)
func schedule(after: RunLoop.SchedulerTimeType, tolerance: RunLoop.SchedulerTimeType.Stride, options: RunLoop.SchedulerOptions?, () -> Void)
func schedule(after: RunLoop.SchedulerTimeType, interval: RunLoop.SchedulerTimeType.Stride, tolerance: RunLoop.SchedulerTimeType.Stride, options: RunLoop.SchedulerOptions?, () -> Void) -> Cancellable
var minimumTolerance : RunLoop.SchedulerTimeType.Stride
var now: RunLoop.SchedulerTimeType
struct RunLoop.SchedulerOptions