Skip to content

XRayRecorder_Timestamp

pokryfka edited this page Aug 15, 2020 · 1 revision

XRayRecorder.Timestamp

public struct Timestamp

Inheritance

Comparable, Encodable, Equatable

Methods

now()

It's already the past.

public static func now() -> Timestamp

==(lhs:​rhs:​)

public static func ==(lhs:​ XRayRecorder.Timestamp, rhs:​ XRayRecorder.Timestamp) -> Bool

<(lhs:​rhs:​)

public static func <(lhs:​ XRayRecorder.Timestamp, rhs:​ XRayRecorder.Timestamp) -> Bool

encode(to:​)

public func encode(to encoder:​ Encoder) throws