Time

public struct Time

Undocumented

  • Undocumented

    Declaration

    Swift

    public static let epochMilliseconds: Double = 1464109200000
  • Undocumented

    Declaration

    Swift

    public static let epochSeconds: TimeInterval = epochMilliseconds / 1000
  • Undocumented

    Declaration

    Swift

    public static let epoch: Date = Date(timeIntervalSince1970: epochSeconds)