Expand description
The records that ixdtf
’s contain the resulting values of parsing.
Structs§
- Annotation
- A record of an annotation.
- Date
Record - The record of a parsed date.
- Fraction
- A fraction value in nanoseconds or lower value.
- Full
Precision Offset - A full precision UTC offset represented by a
MinutePrecisionOffset
with seconds and an optional fractional seconds - Ixdtf
Parse Record - An
IxdtfParseRecord
is an intermediary record returned byIxdtfParser
. - Minute
Precision Offset - A minute preicision UTC offset
- Time
Record - Parsed Time info
- Time
Zone Annotation - A
TimeZoneAnnotation
that represents a parsedTimeZoneRecord
and its critical flag.
Enums§
- Sign
- The parsed sign value, representing whether its struct is positive or negative.
- Time
Zone Record - Parsed
TimeZone
data, which can be either a UTC Offset value or IANA Time Zone Name value. - UtcOffset
Record - A
UtcOffsetRecord
that is either a minute precision or full precision UTC offset. - UtcOffset
Record OrZ