Liking cljdoc? Tell your friends :D
Mostly clj/s.
Exceptions indicated.

com.widdindustries.tempo


*block-non-commutative-operations*clj/s


-microsecondclj

(-microsecond f)

-millisecondclj

(-millisecond f)

-nanosecondclj

(-nanosecond f)

<clj/s

(< _x)
(< x y)
(< x y & more)

<<clj/s

(<< temporal temporal-amount)
(<< temporal amount temporal-property)

<=clj/s

(<= _x)
(<= x y)
(<= x y & more)

>clj/s

(> _x)
(> x y)
(> x y & more)

>=clj/s

(>= _x)
(>= x y)
(>= x y & more)

>>clj/s

(>> temporal temporal-amount)
(>> temporal amount temporal-property)

clock-fixedclj/s

(clock-fixed zdt)
(clock-fixed instant zone-str)

create a stopped clock

create a stopped clock
raw docstring

clock-offset-millisclj/s

(clock-offset-millis clock offset-millis)

offset an existing clock by offset-millis

offset an existing clock by offset-millis
raw docstring

clock-system-default-zoneclj/s

(clock-system-default-zone)

a ticking clock having the ambient zone.

a ticking clock having the ambient zone. 
raw docstring

clock-with-zoneclj/s

(clock-with-zone timezone_id)

ticking clock in given timezone_id

ticking clock in given timezone_id
raw docstring

coincident?clj/s

(coincident? start end event)

date+timeclj/s

(date+time date time)

date->day-of-monthclj/s

(date->day-of-month foo)

date->day-of-weekclj/s

(date->day-of-week foo)

date->monthclj/s

(date->month foo)

date->monthdayclj/s

(date->monthday foo)

date->yearclj/s

(date->year foo)

date->yearmonthclj/s

(date->yearmonth foo)

date-fromclj/s

(date-from thing)

date-next-or-same-weekdayclj/s

(date-next-or-same-weekday date desired-dow-number)

date-nowclj/s

(date-now clock)

date-parseclj/s

(date-parse foo)

date-prev-or-same-weekdayclj/s

(date-prev-or-same-weekday date desired-dow-number)

date?clj/s

(date? v)

datetime+timezoneclj/s

(datetime+timezone datetime timezone_id)

datetime->dateclj/s

(datetime->date foo)

datetime->day-of-monthclj/s

(datetime->day-of-month foo)

datetime->day-of-weekclj/s

(datetime->day-of-week foo)

datetime->hourclj/s

(datetime->hour foo)

datetime->microsecondclj/s

(datetime->microsecond foo)

datetime->millisecondclj/s

(datetime->millisecond foo)

datetime->minuteclj/s

(datetime->minute foo)

datetime->monthclj/s

(datetime->month foo)

datetime->monthdayclj/s

(datetime->monthday foo)

datetime->nanosecondclj/s

(datetime->nanosecond foo)

datetime->secondclj/s

(datetime->second foo)

datetime->timeclj/s

(datetime->time foo)

datetime->yearclj/s

(datetime->year foo)

datetime->yearmonthclj/s

(datetime->yearmonth foo)

datetime-fromclj/s

(datetime-from thing)

datetime-nowclj/s

(datetime-now clock)

datetime-parseclj/s

(datetime-parse foo)

datetime?clj/s

(datetime? v)

days-propertyclj/s


duration?clj/s

(duration? v)

epochmilli->instantclj/s

(epochmilli->instant milli)

extend-all-cljs-protocolsclj/s

(extend-all-cljs-protocols)

in cljs envs, this makes =, compare and hash work on the value of Temporal entities. It is optional, so that if this behaviour is not required, the resulting build size can be reduced.

in cljs envs, this makes `=`, `compare` and `hash` work on the value of Temporal entities.
It is optional, so that if this behaviour is not required, the resulting build size can be reduced. 
raw docstring

get-fieldclj/s

(get-field temporal property)

greaterclj/s

(greater x y)

HasTimecljprotocol

getFractionalclj

(getFractional _)

setFractionalclj

(setFractional _ _)

hours-propertyclj/s


instant+timezoneclj/s

(instant+timezone instant timezone_id)

instant->epochmilliclj/s

(instant->epochmilli foo)

instant->legacydateclj/s

(instant->legacydate foo)

instant->zdt-in-UTCclj/s

(instant->zdt-in-UTC instant)

instant-fromclj/s

(instant-from thing)

instant-nowclj/s

(instant-now clock)

instant-parseclj/s

(instant-parse foo)

instant?clj/s

(instant? v)

JavaTruncateableclj/sprotocol

-truncateclj/s

(-truncate _ unit)

legacydate->instantclj/s

(legacydate->instant d)

legacydate?clj/s

(legacydate? v)

lesserclj/s

(lesser x y)

maxclj/s

(max arg & args)

Find the latest of the given arguments. Callers should ensure that no argument is nil.

Find the latest of the given arguments. Callers should ensure that no
argument is nil.
raw docstring

microseconds-propertyclj/s


milliseconds-propertyclj/s


minclj/s

(min arg & args)

Find the earliest of the given arguments. Callers should ensure that no argument is nil.

Find the earliest of the given arguments. Callers should ensure that no
argument is nil.
raw docstring

minutes-propertyclj/s


monthday+yearclj/s

(monthday+year monthday year)

monthday->day-of-monthclj/s

(monthday->day-of-month foo)

monthday->monthclj/s

(monthday->month foo)

monthday-fromclj/s

(monthday-from {:keys [month day-of-month]})

monthday-nowclj/s

(monthday-now clock)

monthday-parseclj/s

(monthday-parse foo)

monthday?clj/s

(monthday? v)

months-propertyclj/s


nanoseconds-propertyclj/s


period?clj/s

(period? v)

Propertycljprotocol

fieldclj

(field _)

unitclj

(unit _)

seconds-propertyclj/s


sub-second-rangeclj


throw-if-months-or-years-in-amountclj/s

(throw-if-months-or-years-in-amount temporal temporal-amount)

throw-if-set-months-or-yearsclj/s

(throw-if-set-months-or-years temporal temporal-property)

time+dateclj/s

(time+date time date)

time->hourclj/s

(time->hour foo)

time->microsecondclj/s

(time->microsecond foo)

time->millisecondclj/s

(time->millisecond foo)

time->minuteclj/s

(time->minute foo)

time->nanosecondclj/s

(time->nanosecond foo)

time->secondclj/s

(time->second foo)

time-fromclj/s

(time-from thing)

time-nowclj/s

(time-now clock)

time-parseclj/s

(time-parse foo)

time?clj/s

(time? v)

timezone-nowclj/s

(timezone-now clock)

timezone-parseclj/s

(timezone-parse foo)

timezone?clj/s

(timezone? v)

truncateclj/s

(truncate temporal property)

untilclj/s

(until v1 v2 property)

weekday->weekday-numberclj/s


weekday-fridayclj/s


weekday-mondayclj/s


weekday-number->weekdayclj/s


weekday-saturdayclj/s


weekday-sundayclj/s


weekday-thursdayclj/s


weekday-tuesdayclj/s


weekday-wednesdayclj/s


withclj/s

(with temporal value property)

yearmonth+dayclj/s

(yearmonth+day yearmonth day)

yearmonth+day-at-end-of-monthclj/s

(yearmonth+day-at-end-of-month ym)

yearmonth->monthclj/s

(yearmonth->month foo)

yearmonth->yearclj/s

(yearmonth->year foo)

yearmonth-fromclj/s

(yearmonth-from {:keys [year month]})

yearmonth-nowclj/s

(yearmonth-now clock)

yearmonth-parseclj/s

(yearmonth-parse foo)

yearmonth?clj/s

(yearmonth? v)

years-propertyclj/s


zdt->dateclj/s

(zdt->date foo)

zdt->datetimeclj/s

(zdt->datetime foo)

zdt->day-of-monthclj/s

(zdt->day-of-month foo)

zdt->day-of-weekclj/s

(zdt->day-of-week foo)

zdt->hourclj/s

(zdt->hour foo)

zdt->instantclj/s

(zdt->instant foo)

zdt->microsecondclj/s

(zdt->microsecond foo)

zdt->millisecondclj/s

(zdt->millisecond foo)

zdt->minuteclj/s

(zdt->minute foo)

zdt->monthclj/s

(zdt->month foo)

zdt->monthdayclj/s

(zdt->monthday foo)

zdt->nanosecondclj/s

(zdt->nanosecond foo)

zdt->secondclj/s

(zdt->second foo)

zdt->timeclj/s

(zdt->time foo)

zdt->timezone_idclj/s

(zdt->timezone_id foo)

zdt->yearclj/s

(zdt->year foo)

zdt->yearmonthclj/s

(zdt->yearmonth foo)

zdt-fromclj/s

(zdt-from thing)

zdt-nowclj/s

(zdt-now clock)

zdt-parseclj/s

(zdt-parse foo)

zdt?clj/s

(zdt? v)

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

× close