extension Date : AutomationValue, Copyable, Equatable, Escapable, Hashable, Sendable, StructDataRepresentable-
Creates a new Date instance using data read from the given
TraitDecoder.Throws
HomeError.parseErrorwhen parsing fails.Declaration
Swift
init(decoder: TraitDecoder) throwsParameters
decoderThe raw data representing this Struct.
-
Writes this Date to the given
TraitEncoder.Throws
HomeError.parseErrorif the data could not be encoded.Declaration
Swift
func encode(with encoder: TraitEncoder) throws -
Declaration
Swift
extension Date.Tags : BitwiseCopyable, Sendable