View Source Cldr.TimeZoneName.Variants (Cldr Time Zone Names v0.1.0)

A struct representing various time zone name variants.

Link to this section Summary

Link to this section Types

@type t() :: %Cldr.TimeZoneName.Variants{
  daylight: String.t() | nil,
  generic: String.t() | nil,
  standard: String.t() | nil
}