init(from:)
- iOS
- 16.4+
- macOS
- 13.3+
- tvOS
- 16.4+
- watchOS
- 9.4+
init(from decoder: any Decoder) throws
init(from decoder: any Decoder) throws
s20FoundationEssentials4DateV0A20InternationalizationE19VerbatimFormatStyleV10AttributedV4fromAHs7Decoder_p_tKcfc
What are these?48HHS
import FoundationEssentials
import FoundationInternationalization
@dynamicMemberLookup struct Attributed
The type preserving attributed variant of this style.
struct Date
Date
represents a single point in time.
struct VerbatimFormatStyle
Formats a Date
using the given format.
protocol Decoder
A type that can decode values from a native format into in-memory representations.
subscript<T>(dynamicMember key: WritableKeyPath<Date.VerbatimFormatStyle, T>) -> T { get set }
subscript<T>(dynamicMember key: KeyPath<Date.VerbatimFormatStyle, T>) -> T { get }
func discreteInput(after input: Date) -> Date?
func discreteInput(before input: Date) -> Date?
func format(_ value: Date) -> AttributedString
func input(after input: Date) -> Date?
func input(before input: Date) -> Date?
func locale(_ locale: Locale) -> Date.VerbatimFormatStyle.Attributed