(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`.
(field-key o)(field? o)True if this is a TemporalField.
True if this is a `TemporalField`.
(get-field o)(get-unit o)(get-unit-checked o)(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`.
(unit-key o)cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |