Expand description
The records that ixdtf
’s contain the resulting values of parsing.
Structs§
- A record of an annotation.
- A
DateDurationRecord
represents the result of parsing the date component of a Duration string. - The record of a parsed date.
- The resulting record of parsing a
Duration
string. - An
IxdtfParseRecord
is an intermediary record returned byIxdtfParser
. - Parsed Time info
- A
TimeZoneAnnotation
that represents a parsedTimeZoneRecord
and its critical flag. - A full precision
UtcOffsetRecord
Enums§
- The parsed sign value, representing whether its struct is positive or negative.
- A
TimeDurationRecord
represents the result of parsing the time component of a Duration string. - Parsed
TimeZone
data, which can be either a UTC Offset value or IANA Time Zone Name value.