| LocalCldrFileReader | Reads CLDR data files from a local disk file |
| StreamCldrFileReader | Reads CLDR file data from a stream |
| LocalizedZoneName | Pairs a TZDB zone ID with its localized display name and current UTC offset, as returned by ListLocalizedNamesAsync(CultureInfo, TimeZoneNameStyle, CancellationToken), ListCommonLocalizedNamesAsync(CultureInfo, TimeZoneNameStyle, CancellationToken), and SearchLocalizedNamesAsync(String, CultureInfo, TimeZoneNameStyle, Int32, CancellationToken). |
| ICldrFileReader | Defines the behavior of a class that provides raw CLDR data to a parsing class, deliberately parallel to ITzInfoFileReader. |
| CldrNameNotFoundBehavior | Enumerates the behavior of the LocalizedName(DateTimeOffset, CultureInfo, TimeZoneNameStyle, CldrNameNotFoundBehavior) method when no CLDR name can be resolved for the requested zone, time, culture, and TimeZoneNameStyle. |
| TimeZoneNameStyle | Enumerates the CLDR name styles that LocalizedName(DateTimeOffset, CultureInfo, TimeZoneNameStyle, CldrNameNotFoundBehavior) and the bulk listing/search methods on ITimeZoneFactory can resolve. |