Date

extension Date: MillisecondsRepresentable
  • Creates a date value initialized relative to 00:00:00 UTC on 1 January 1970 by a given number of milliseconds.

    Declaration

    Swift

    public init(_ milliseconds: Milliseconds)
  • The interval between the date value and 00:00:00 UTC on 1 January 1970, specified in milliseconds.

    Declaration

    Swift

    public var milliseconds: Milliseconds { get }