AzureDateFormat
public enum AzureDateFormat
Undocumented
-
Format a custom date format
Declaration
Swift
case custom(String) -
Format the
Dateas an RFC 1123-formatted string.Declaration
Swift
case rfc1123 -
Format the
Dateas an ISO-8601-formatted string (in RFC 3339 format).Declaration
Swift
case iso8601 -
Retrieve a
DateFormatterfor the given date format.Declaration
Swift
public var formatter: DateFormatter { get }
View on GitHub
AzureDateFormat Enumeration Reference