OptionalISO8601OrSecondsSince1970
@propertyWrapper
public struct OptionalISO8601OrSecondsSince1970
extension OptionalISO8601OrSecondsSince1970: Decodable
extension OptionalISO8601OrSecondsSince1970: Encodable
extension OptionalISO8601OrSecondsSince1970: Equatable
extension OptionalISO8601OrSecondsSince1970: Hashable
Undocumented
-
Undocumented
Declaration
Swift
public init(wrappedValue: Date?)
-
Undocumented
Declaration
Swift
public var wrappedValue: Date?
-
Declaration
Swift
public init(from decoder: Decoder) throws
-
Declaration
Swift
public func encode(to encoder: Encoder) throws