(-microsecond f)
(-millisecond f)
(-nanosecond f)
(< _x)
(< x y)
(< x y & more)
(<< temporal temporal-amount)
(<< temporal amount temporal-property)
(<= _x)
(<= x y)
(<= x y & more)
(> _x)
(> x y)
(> x y & more)
(>= _x)
(>= x y)
(>= x y & more)
(>> temporal temporal-amount)
(>> temporal amount temporal-property)
(clock-fixed zdt)
(clock-fixed instant zone-str)
create a stopped clock
create a stopped clock
(clock-offset-millis clock offset-millis)
offset an existing clock by offset-millis
offset an existing clock by offset-millis
(clock-system-default-zone)
a ticking clock having the ambient zone.
a ticking clock having the ambient zone.
(clock-with-zone timezone_id)
ticking clock in given timezone_id
ticking clock in given timezone_id
(coincident? start end event)
(date+time date time)
(date->day-of-month foo)
(date->day-of-week foo)
(date->month foo)
(date->monthday foo)
(date->year foo)
(date->yearmonth foo)
(date-from thing)
(date-next-or-same-weekday date desired-dow-number)
(date-now clock)
(date-parse foo)
(date-prev-or-same-weekday date desired-dow-number)
(date? v)
(datetime+timezone datetime timezone_id)
(datetime->date foo)
(datetime->day-of-month foo)
(datetime->day-of-week foo)
(datetime->hour foo)
(datetime->microsecond foo)
(datetime->millisecond foo)
(datetime->minute foo)
(datetime->month foo)
(datetime->monthday foo)
(datetime->nanosecond foo)
(datetime->second foo)
(datetime->time foo)
(datetime->year foo)
(datetime->yearmonth foo)
(datetime-from thing)
(datetime-now clock)
(datetime-parse foo)
(datetime? v)
(duration? v)
(epochmilli->instant milli)
(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.
(get-field temporal property)
(greater x y)
(getFractional _)
(setFractional _ _)
(instant+timezone instant timezone_id)
(instant->epochmilli foo)
(instant->legacydate foo)
(instant->zdt-in-UTC instant)
(instant-from thing)
(instant-now clock)
(instant-parse foo)
(instant? v)
(-truncate _ unit)
(legacydate->instant d)
(legacydate? v)
(lesser x y)
(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.
(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.
(monthday+year monthday year)
(monthday->day-of-month foo)
(monthday->month foo)
(monthday-from {:keys [month day-of-month]})
(monthday-now clock)
(monthday-parse foo)
(monthday? v)
(period? v)
(field _)
(unit _)
(throw-if-months-or-years-in-amount temporal temporal-amount)
(throw-if-set-months-or-years temporal temporal-property)
(time+date time date)
(time->hour foo)
(time->microsecond foo)
(time->millisecond foo)
(time->minute foo)
(time->nanosecond foo)
(time->second foo)
(time-from thing)
(time-now clock)
(time-parse foo)
(time? v)
(timezone-now clock)
(timezone-parse foo)
(timezone? v)
(truncate temporal property)
(until v1 v2 property)
(with temporal value property)
(yearmonth+day yearmonth day)
(yearmonth+day-at-end-of-month ym)
(yearmonth->month foo)
(yearmonth->year foo)
(yearmonth-from {:keys [year month]})
(yearmonth-now clock)
(yearmonth-parse foo)
(yearmonth? v)
(zdt->date foo)
(zdt->datetime foo)
(zdt->day-of-month foo)
(zdt->day-of-week foo)
(zdt->hour foo)
(zdt->instant foo)
(zdt->microsecond foo)
(zdt->millisecond foo)
(zdt->minute foo)
(zdt->month foo)
(zdt->monthday foo)
(zdt->nanosecond foo)
(zdt->second foo)
(zdt->time foo)
(zdt->timezone_id foo)
(zdt->year foo)
(zdt->yearmonth foo)
(zdt-from thing)
(zdt-now clock)
(zdt-parse foo)
(zdt? v)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close