Static Propertyswift 6.0.3FoundationEssentials
iso8601
- iOS
- 15.0+
- macOS
- 12.0+
- tvOS
- 15.0+
- watchOS
- 8.0+
static var iso8601: Date.ISO8601FormatStyle { get }
static var iso8601: Date.ISO8601FormatStyle { get }
s20FoundationEssentials13ParseStrategyPA2A4DateV18ISO8601FormatStyleVRszrlE7iso8601AGvpZ
What are these?2OYPX
where Self == Date.ISO8601FormatStyle
import FoundationEssentials
protocol ParseStrategy : Decodable, Encodable, Hashable
A type that can parse a representation of a given data type.
struct Date
Date
represents a single point in time.
struct ISO8601FormatStyle
Options for generating and parsing string representations of dates following the ISO 8601 standard.