hostTime(forSeconds:)
Converts seconds to host time.
Declaration
class func hostTime(forSeconds seconds: TimeInterval) -> UInt64Parameters
- seconds:
The number of seconds.
Return Value
The host time that represents the seconds you specify.
Converts seconds to host time.
class func hostTime(forSeconds seconds: TimeInterval) -> UInt64The number of seconds.
The host time that represents the seconds you specify.