Time zone formats for phone-number.
Time zone formats for phone-number.
Map of time zone formats (keywords) to TextStyle objects for time zone formatting.
Map of time zone formats (keywords) to TextStyle objects for time zone formatting.
Map of TextStyle objects to time zone formats (keywords) for time zone formatting (to be used as arguments).
Map of TextStyle objects to time zone formats (keywords) for time zone formatting (to be used as arguments).
Vector of time zone formats (keywords) to be used as arguments.
Vector of time zone formats (keywords) to be used as arguments.
Vector of time zone formats (keywords).
Vector of time zone formats (keywords).
Map of time zone formats to TextStyle objects.
Map of time zone formats to TextStyle objects.
Map of time zone formats as TextStyle objects mapped to keywords (values accepted by Libphonenumber methods).
Map of time zone formats as TextStyle objects mapped to keywords (values accepted by Libphonenumber methods).
Vector of time zone values suitable to be passed as arguments to methods of Libphonenumber.
Vector of time zone values suitable to be passed as arguments to methods of Libphonenumber.
(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.
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 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.
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? tz-format)
(valid-arg? tz-format use-infer)
Returns true if the given tz-format is valid as an argument, false otherwise.
Returns true if the given tz-format is valid as an argument, false otherwise.
(valid? tz-format)
(valid? tz-format use-infer)
Returns true if the given tz-format is valid, false otherwise.
Returns true if the given tz-format is valid, false otherwise.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close