phone-number.tz-format
added in 8.12.4-0
Time zone formats for phone-number.
all
added in 8.12.4-0
Map of time zone formats (keywords) to TextStyle objects for time zone formatting.
all-arg
added in 8.12.16-1
Map of TextStyle objects to time zone formats (keywords) for time zone formatting (to be used as arguments).
all-arg-vec
added in 8.12.16-1
Vector of time zone formats (keywords) to be used as arguments.
by-val-arg
added in 8.12.16-1
Map of time zone formats as TextStyle objects mapped to keywords (values accepted by Libphonenumber methods).
by-val-arg-vec
added in 8.12.16-1
Vector of time zone values suitable to be passed as arguments to methods of Libphonenumber.
parse
added in 8.12.4-0
(parse k)
(parse k use-infer)
Parses a time zone format specification and returns a value that can be supplied to phone-number functions. If nil is given it returns the default value.
transform
added in 8.12.4-0
(transform zone-id l style)
For the given Locale
object and TextStyle
object renders a string describing a time zone identifier (given as a string) passed as the first argument. If the style is nil then the original object passed as a zone-id
argument is returned.
valid-arg?
added in 8.12.16-1
(valid-arg? tz-format)
(valid-arg? tz-format use-infer)
Returns true if the given tz-format is valid as an argument, false otherwise.
valid?
added in 8.12.4-0
(valid? tz-format)
(valid? tz-format use-infer)
Returns true if the given tz-format is valid, false otherwise.