DispatchTime
Overview
Location
-
Reference:
- Silver.fx Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-watchOS, Island-watchOS Simulator
- libSilver.fx Toffee
- Namespace: Swift
- Platforms: Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-watchOS, Island-watchOS Simulator, Toffee
-
Ancestry:
- ValueType | DispatchTime Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-watchOS, Island-watchOS Simulator
Properties
rawValue virtual
property rawValue: not nullable dispatch_time_t read;
dispatch_time_t! rawValue { get; }
var rawValue: dispatch_time_t { get{} }
ReadOnly Property rawValue() As dispatch_time_t
distantFuture virtual
class property distantFuture: not nullable DispatchTime read;
class DispatchTime! distantFuture { get; }
static var distantFuture: DispatchTime { get{} }
Shared ReadOnly Property distantFuture() As DispatchTime
Class Methods
now Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-watchOS, Island-watchOS Simulator
class method now: not nullable DispatchTime
static DispatchTime! now()
static func now() -> DispatchTime
Shared Function now() As DispatchTime
now now(): not nullable DispatchTime virtual Toffee
static func now(now ) -> DispatchTime
Parameters:
- :
Instance Methods
constructor
constructor withRawValue(rawValue: not nullable dispatch_time_t)
DispatchTime withRawValue(dispatch_time_t! rawValue)
init(withRawValue rawValue: dispatch_time_t)
Sub New withRawValue(rawValue As dispatch_time_t)
Parameters:
- rawValue: