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
MinutePrecisionOffsetwith seconds and an optional fractional seconds - Ixdtf
Parse Record - An
IxdtfParseRecordis an intermediary record returned byIxdtfParser. - Minute
Precision Offset - A minute preicision UTC offset
- Time
Record - Parsed Time info
- Time
Zone Annotation - A
TimeZoneAnnotationthat represents a parsedTimeZoneRecordand its critical flag.
Enums§
- Sign
- The parsed sign value, representing whether its struct is positive or negative.
- Time
Zone Record - Parsed
TimeZonedata, which can be either a UTC Offset value or IANA Time Zone Name value. - UtcOffset
Record - A
UtcOffsetRecordthat is either a minute precision or full precision UTC offset. - UtcOffset
Record OrZ