SmartDate
@propertyWrapper
public struct SmartDate : PropertyWrapperable
extension SmartDate: Codable
Undocumented
-
Undocumented
Declaration
Swift
public var wrappedValue: Date? -
Undocumented
Declaration
Swift
public init(wrappedValue: Date?) -
Declaration
Swift
public func wrappedValueDidFinishMapping() -> SmartDate? -
Undocumented
Declaration
Swift
public static func createInstance(with value: Any) -> SmartDate? -
Undocumented
Declaration
Swift
public init(wrappedValue: Date?, encodeFormat: SmartDate.DateStrategy? = nil)
-
Declaration
Swift
public init(from decoder: Decoder) throws -
Declaration
Swift
public func encode(to encoder: Encoder) throws -
Undocumented
See moreDeclaration
Swift
public enum DateStrategy
View on GitHub