Liking cljdoc? Tell your friends :D

tick.core


*clock*clj/s

source

<<clj/s

(<< t n-or-d)
source

>>clj/s

(>> t n-or-d)
source

advanceclj/s

(advance clk)
(advance clk dur)
source

agoclj/s

(ago dur)
source

atomclj/s

(atom)
(atom clk)
source

AtomicClockclj/s

source

clock?clj/s

(clock? v)
source

coincident?clj/s

(coincident? t event)

Does the span of time contain the given event? If the given event is itself a span, then t must wholly contain the beginning and end of the event.

Does the span of time contain the given event? If the given event
is itself a span, then t must wholly contain the beginning and end
of the event.
sourceraw docstring

compare-and-set!clj/s

(compare-and-set! at oldval newval)
source

current-clockclj/s

(current-clock)
source

current-zoneclj/s

(current-zone)

Return the current zone, which can be overridden by the clock dynamic var

Return the current zone, which can be overridden by the *clock* dynamic var
sourceraw docstring

date-time?clj/s

(date-time? v)
source

date?clj/s

(date? v)
source

day-of-week-in-monthclj/s

(day-of-week-in-month ordinal dow)
(day-of-week-in-month t ordinal dow)
source

day-of-week?clj/s

(day-of-week? v)
source

decclj/s

(dec t)
source

durationclj/s

(duration x)
source

duration?clj/s

(duration? v)
source

epochclj/s

(epoch)
source

field-mapclj/s

source

fieldsclj/s

(fields t)
source

FieldsLookupcljs

source

first-day-of-monthclj/s

(first-day-of-month)
(first-day-of-month t)
source

first-day-of-next-monthclj/s

(first-day-of-next-month)
(first-day-of-next-month t)
source

first-day-of-next-yearclj/s

(first-day-of-next-year)
(first-day-of-next-year t)
source

first-day-of-yearclj/s

(first-day-of-year)
(first-day-of-year t)
source

first-in-monthclj/s

(first-in-month dow)
(first-in-month t dow)
source

greaterclj/s

(greater x y)
source

henceclj/s

(hence dur)
source

incclj/s

(inc t)
source

instant?clj/s

(instant? v)
source

interval?clj/s

(interval? v)
source

last-day-of-monthclj/s

(last-day-of-month)
(last-day-of-month t)
source

last-day-of-yearclj/s

(last-day-of-year)
(last-day-of-year t)
source

last-in-monthclj/s

(last-in-month dow)
(last-in-month t dow)
source

lesserclj/s

(lesser x y)
source

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.
sourceraw docstring

midnightclj/s

(midnight)
(midnight date)
source

midnight?clj/s

(midnight? t)
source

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.
sourceraw docstring

month?clj/s

(month? v)
source

negatedclj/s

(negated d)

Return the duration as a negative duration

Return the duration as a negative duration
sourceraw docstring

new-dateclj/s

(new-date)
(new-date epoch-day)
(new-date year day-of-year)
(new-date year month day-of-month)
source

new-durationclj/s

(new-duration n u)
source

new-periodclj/s

(new-period n u)
source

new-timeclj/s

(new-time)
(new-time hour minute)
(new-time hour minute second)
(new-time hour minute second nano)
source

new-year-monthclj/s

(new-year-month)
(new-year-month year month)
source

nextclj/s

(next dow)
(next t dow)
source

next-or-sameclj/s

(next-or-same dow)
(next-or-same t dow)
source

noonclj/s

(noon)
(noon date)
source

nowclj/s

(now)
source

offset-date-time?clj/s

(offset-date-time? v)
source

parse-dayclj/s

(parse-day input)
source

parse-intclj/s

(parse-int x)
source

parse-monthclj/s

(parse-month input)
source

period?clj/s

(period? v)
source

previousclj/s

(previous dow)
(previous t dow)
source

previous-or-sameclj/s

(previous-or-same dow)
(previous-or-same t dow)
source

reset!clj/s

(reset! at newval)
source

reset-vals!clj/s

(reset-vals! at newval)
source

reverse-unit-mapclj/s

source

swap!clj/s

(swap! at f & args)
source

swap-vals!clj/s

(swap-vals! at f & args)
source

time?clj/s

(time? v)
source

todayclj/s

(today)
source

tomorrowclj/s

(tomorrow)
source

truncateclj/s

(truncate x u)
source

unit-mapclj/s

source

unitsclj/s

(units x)
source

withclj/s

(with t adj)
(with t fld new-value)

Adjust a temporal with an adjuster or field

Adjust a temporal with an adjuster or field
sourceraw docstring

year-month?clj/s

(year-month? v)
source

year?clj/s

(year? v)
source

yesterdayclj/s

(yesterday)
source

zone-offset?clj/s

(zone-offset? v)
source

zone?clj/s

(zone? v)
source

zoned-date-time?clj/s

(zoned-date-time? v)
source

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

× close