AzureDateFormat

public enum AzureDateFormat

Undocumented

  • Format a custom date format

    Declaration

    Swift

    case custom(String)
  • Format the Date as an RFC 1123-formatted string.

    Declaration

    Swift

    case rfc1123
  • Format the Date as an ISO-8601-formatted string (in RFC 3339 format).

    Declaration

    Swift

    case iso8601
  • Retrieve a DateFormatter for the given date format.

    Declaration

    Swift

    public var formatter: DateFormatter { get }