Date

extension Date
  • Undocumented

    See more

    Declaration

    Swift

    public enum DateConversionError : Error
  • Undocumented

    Declaration

    Swift

    public init(iso8601: String) throws
  • Undocumented

    Declaration

    Swift

    public var iso8601: String { get }
  • Undocumented

    Declaration

    Swift

    public func midnight(in timeZone: TimeZone) -> Date
  • Undocumented

    Declaration

    Swift

    public func nextMidnight(in timeZone: TimeZone) -> Date