X Tutup
Liking cljdoc? Tell your friends :D

java-time.properties


*fields*clj


*units*clj


chrono-fieldsclj


chrono-unitsclj


fieldclj

(field k)
(field entity k)

Returns a TemporalField for the given key k or extracts the field from the given temporal entity.

You can see predefined fields via java-time.repl/show-fields.

If you want to make your own custom TemporalFields resolvable, you need to rebind the java-time.properties/*fields* to a custom java-time.properties.FieldGroup.

Returns a `TemporalField` for the given key `k` or extracts the field from
the given temporal `entity`.

You can see predefined fields via `java-time.repl/show-fields`.

If you want to make your own custom TemporalFields resolvable, you need to rebind the
`java-time.properties/*fields*` to a custom `java-time.properties.FieldGroup`.
raw docstring

field-groupsclj


field-keyclj

(field-key o)

field?clj

(field? o)

True if this is a TemporalField.

True if this is a `TemporalField`.
raw docstring

get-fieldclj

(get-field o)

get-unitclj

(get-unit o)

get-unit-checkedclj

(get-unit-checked o)

iso-fieldsclj


iso-unitsclj


julian-fieldsclj


predefined-fieldsclj


predefined-unitsclj


unitclj

(unit k)
(unit entity k)

Returns a TemporalUnit for the given key k or extracts the field from the given temporal entity.

You can see predefined units via java-time.repl/show-units.

If you want to make your own custom TemporalUnits resolvable, you need to rebind the java-time.properties/*units* to a custom java-time.properties.UnitGroup.

Returns a `TemporalUnit` for the given key `k` or extracts the field from
the given temporal `entity`.

You can see predefined units via `java-time.repl/show-units`.

If you want to make your own custom TemporalUnits resolvable, you need to rebind the
`java-time.properties/*units*` to a custom `java-time.properties.UnitGroup`.
raw docstring

unit-groupsclj


unit-keyclj

(unit-key o)

unit?clj

(unit? o)

True if this is a TemporalUnit.

True if this is a `TemporalUnit`.
raw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close
X Tutup