Instance Methodswift 6.0.3FoundationEssentials
encode(to:)
- iOS
- 16.4+
- macOS
- 13.3+
- tvOS
- 16.4+
- watchOS
- 9.4+
func encode(to encoder: any Encoder) throws
func encode(to encoder: any Encoder) throws
s20FoundationEssentials8CalendarV14MatchingPolicyO6encode2toys7Encoder_p_tKF
What are these?C1ZS
import FoundationEssentials
enum MatchingPolicy
A hint to the search algorithm to control the method used for searching for dates.
struct Calendar
Calendar
encapsulates information about systems of reckoning time in which the beginning, length, and divisions of a year are defined. It provides information about the calendar and support for calendrical computations such as determining the range of a given calendrical unit and adding units to a given absolute time.
protocol Encoder
A type that can encode values into a native format for external representation.
init(from decoder: any Decoder) throws