DispatchWallTime
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 | DispatchWallTime 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 DispatchWallTime read;
class DispatchWallTime! distantFuture { get; }
static var distantFuture: DispatchWallTime { get{} }
Shared ReadOnly Property distantFuture() As DispatchWallTime
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 DispatchWallTime
static DispatchWallTime! now()
static func now() -> DispatchWallTime
Shared Function now() As DispatchWallTime
now now(): not nullable DispatchWallTime virtual Toffee
static func now(now ) -> DispatchWallTime
Parameters:
- :
Instance Methods
constructor
constructor withRawValue(rawValue: not nullable dispatch_time_t)
DispatchWallTime withRawValue(dispatch_time_t! rawValue)
init(withRawValue rawValue: dispatch_time_t)
Sub New withRawValue(rawValue As dispatch_time_t)
Parameters:
- rawValue: