Liking cljdoc? Tell your friends :D
All platforms.

cljs.java-time.interop

unfortunately the java.time getter methods have been renamed in js-joda to remove the 'get' part of the name, so in order to write cross platform code that calls a getter, the 'getter' macro can be used

unfortunately the java.time getter methods have been renamed in js-joda to remove the 'get' part of the name,
so in order to write cross platform code that calls a getter, the 'getter' macro can be used
raw docstring

getterclj/smacro

(getter p t & args)

To call .getZone method on object 'zdt' use as follows: (cljs.java-time.interop/getter zone zdt)

To call .getZone method on object 'zdt' use as follows:
(cljs.java-time.interop/getter zone zdt)
raw docstring

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

× close