Liking cljdoc? Tell your friends :D

phone-number.tz-format

Time zone formats for phone-number.

Time zone formats for phone-number.
raw docstring

allclj

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.
sourceraw docstring

all-argclj

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).
sourceraw docstring

all-arg-vecclj

Vector of time zone formats (keywords) to be used as arguments.

Vector of time zone formats (keywords) to be used as arguments.
sourceraw docstring

all-vecclj

Vector of time zone formats (keywords).

Vector of time zone formats (keywords).
sourceraw docstring

by-valclj

Map of time zone formats to TextStyle objects.

Map of time zone formats to TextStyle objects.
sourceraw docstring

by-val-argclj

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).
sourceraw docstring

by-val-arg-vecclj

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.
sourceraw docstring

by-val-vecclj

Vector of time zone values.

Vector of time zone values.
sourceraw docstring

defaultclj

source

default-valclj

source

parseclj

(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.
sourceraw docstring

transformclj

(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.
sourceraw docstring

valid-arg?clj

(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.
sourceraw docstring

valid?clj

(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.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close