init(Date)
Creates an operation queue scheduler time with the given date.
Availability 有効性
Technology
struct SchedulerTimeType
init(Date)
var date: Date
func advanced(by: OperationQueue.SchedulerTimeType.Stride) -> OperationQueue.SchedulerTimeType
func distance(to: OperationQueue.SchedulerTimeType) -> OperationQueue.SchedulerTimeType.Stride
struct OperationQueue.SchedulerTimeType.Stride
static func ..< (OperationQueue.SchedulerTimeType) -> PartialRangeUpTo<OperationQueue.SchedulerTimeType>
static func ..< (OperationQueue.SchedulerTimeType, OperationQueue.SchedulerTimeType) -> Range<OperationQueue.SchedulerTimeType>
static func < (OperationQueue.SchedulerTimeType, OperationQueue.SchedulerTimeType) -> Bool
static func <= (OperationQueue.SchedulerTimeType, OperationQueue.SchedulerTimeType) -> Bool
static func == (OperationQueue.SchedulerTimeType, OperationQueue.SchedulerTimeType) -> Bool
static func > (OperationQueue.SchedulerTimeType, OperationQueue.SchedulerTimeType) -> Bool
static func >= (OperationQueue.SchedulerTimeType, OperationQueue.SchedulerTimeType) -> Bool
static func ... (OperationQueue.SchedulerTimeType) -> PartialRangeFrom<OperationQueue.SchedulerTimeType>
static func ... (OperationQueue.SchedulerTimeType) -> PartialRangeThrough<OperationQueue.SchedulerTimeType>
static func ... (OperationQueue.SchedulerTimeType, OperationQueue.SchedulerTimeType) -> ClosedRange<OperationQueue.SchedulerTimeType>
init(from: Decoder)
func encode(to: Encoder)
func schedule(after: OperationQueue.SchedulerTimeType, tolerance: OperationQueue.SchedulerTimeType.Stride, options: OperationQueue.SchedulerOptions?, () -> Void)
func schedule(after: OperationQueue.SchedulerTimeType, interval: OperationQueue.SchedulerTimeType.Stride, tolerance: OperationQueue.SchedulerTimeType.Stride, options: OperationQueue.SchedulerOptions?, () -> Void) -> Cancellable
func schedule(options: OperationQueue.SchedulerOptions?, () -> Void)
var now: OperationQueue.SchedulerTimeType
var minimumTolerance : OperationQueue.SchedulerTimeType.Stride
struct OperationQueue.SchedulerOptions