TimeInterval
extension TimeInterval: MillisecondsRepresentable
-
Creates a
TimeIntervalvalue by converting the givenmillisecondsto seconds.Declaration
Swift
public init(_ milliseconds: Milliseconds) -
Returns a
Millisecondsvalue by converting the value to milliseconds.Declaration
Swift
public var milliseconds: Milliseconds { get }
View on GitHub
TimeInterval Extension Reference