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

com.widdindustries.tempo


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

source (clj)source (cljs)

-microsecondclj

(-microsecond f)
source

-millisecondclj

(-millisecond f)
source

-nanosecondclj

(-nanosecond f)
source

<clj/s

(< _x)
(< x y)
(< x y & more)
source (clj)source (cljs)

<<clj/s

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

move a temporal backward by an amount

move a temporal backward by an amount
source (clj)source (cljs)raw docstring

<=clj/s

(<= _x)
(<= x y)
(<= x y & more)
source (clj)source (cljs)

>clj/s

(> _x)
(> x y)
(> x y & more)
source (clj)source (cljs)

>=clj/s

(>= _x)
(>= x y)
(>= x y & more)
source (clj)source (cljs)

>>clj/s

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

move a temporal forward by an amount

move a temporal forward by an amount
source (clj)source (cljs)raw docstring

clockclj/s

(clock instant-fn timezone-fn)
source (clj)source (cljs)

clock-fixedclj/s

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

create a stopped clock

create a stopped clock
source (clj)source (cljs)raw docstring

clock-offset-millisclj/s

(clock-offset-millis a-clock offset-millis)

offset an existing clock by offset-millis

offset an existing clock by offset-millis
source (clj)source (cljs)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. 
source (clj)source (cljs)raw docstring

clock-with-timezoneclj/s

(clock-with-timezone timezone)

ticking clock in given timezone

ticking clock in given timezone
source (clj)source (cljs)raw docstring

clock-zdt-atomclj/s

(clock-zdt-atom zdt-atom)

create a clock which will dereference the zdt-atom.

The caller must first construct the atom and by keeping a reference to it, may change its value and therefore the value of the clock.

create a clock which will dereference the zdt-atom.

The caller must first construct the atom and by keeping a reference to it,
 may change its value and therefore the value of the clock.
source (clj)source (cljs)raw docstring

coincident?clj/s

(coincident? start end event)
source (clj)source (cljs)

date+timeclj/s

(date+time date time)

create a datetime

create a datetime
source (clj)source (cljs)raw docstring

date->day-of-monthclj/s

(date->day-of-month foo)
source (clj)source (cljs)

date->day-of-weekclj/s

(date->day-of-week foo)
source (clj)source (cljs)

date->monthclj/s

(date->month foo)
source (clj)source (cljs)

date->monthdayclj/s

(date->monthday foo)
source (clj)source (cljs)

date->yearclj/s

(date->year foo)
source (clj)source (cljs)

date->yearmonthclj/s

(date->yearmonth foo)
source (clj)source (cljs)

date-derefclj/s

(date-deref clock)
source (clj)source (cljs)

date-fromclj/s

(date-from thing)
source (clj)source (cljs)

date-next-or-same-weekdayclj/s

(date-next-or-same-weekday date desired-dow-number)
source (clj)source (cljs)

date-parseclj/s

(date-parse foo)
source (clj)source (cljs)

date-prev-or-same-weekdayclj/s

(date-prev-or-same-weekday date desired-dow-number)
source (clj)source (cljs)

date?clj/s

(date? v)
source (clj)source (cljs)

datetime+timezoneclj/s

(datetime+timezone datetime timezone)

create a zdt

create a zdt
source (clj)source (cljs)raw docstring

datetime->dateclj/s

(datetime->date foo)
source (clj)source (cljs)

datetime->day-of-monthclj/s

(datetime->day-of-month foo)
source (clj)source (cljs)

datetime->day-of-weekclj/s

(datetime->day-of-week foo)
source (clj)source (cljs)

datetime->hourclj/s

(datetime->hour foo)
source (clj)source (cljs)

datetime->microsecondclj/s

(datetime->microsecond foo)
source (clj)source (cljs)

datetime->millisecondclj/s

(datetime->millisecond foo)
source (clj)source (cljs)

datetime->minuteclj/s

(datetime->minute foo)
source (clj)source (cljs)

datetime->monthclj/s

(datetime->month foo)
source (clj)source (cljs)

datetime->monthdayclj/s

(datetime->monthday foo)
source (clj)source (cljs)

datetime->nanosecondclj/s

(datetime->nanosecond foo)
source (clj)source (cljs)

datetime->secondclj/s

(datetime->second foo)
source (clj)source (cljs)

datetime->timeclj/s

(datetime->time foo)
source (clj)source (cljs)

datetime->yearclj/s

(datetime->year foo)
source (clj)source (cljs)

datetime->yearmonthclj/s

(datetime->yearmonth foo)
source (clj)source (cljs)

datetime-derefclj/s

(datetime-deref clock)
source (clj)source (cljs)

datetime-fromclj/s

(datetime-from thing)
source (clj)source (cljs)

datetime-parseclj/s

(datetime-parse foo)
source (clj)source (cljs)

datetime?clj/s

(datetime? v)
source (clj)source (cljs)

days-propertyclj/s

source (clj)source (cljs)

enable-comparison-for-all-temporal-entitiesclj/s

(enable-comparison-for-all-temporal-entities)

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. 
source (clj)source (cljs)raw docstring

epochmilli->instantclj/s

(epochmilli->instant milli)
source (clj)source (cljs)

get-fieldclj/s

(get-field temporal property)
source (clj)source (cljs)

HasTimecljprotocol

getFractionalclj

(getFractional _)

setFractionalclj

(setFractional _ _)
source

hours-propertyclj/s

source (clj)source (cljs)

instant+timezoneclj/s

(instant+timezone instant timezone)

create a zdt

create a zdt
source (clj)source (cljs)raw docstring

instant->epochmilliclj/s

(instant->epochmilli foo)
source (clj)source (cljs)

instant->legacydateclj/s

(instant->legacydate foo)
source (clj)source (cljs)

instant->zdt-in-UTCclj/s

(instant->zdt-in-UTC instant)
source (clj)source (cljs)

instant-derefclj/s

(instant-deref clock)
source (clj)source (cljs)

instant-fromclj/s

(instant-from thing)
source (clj)source (cljs)

instant-parseclj/s

(instant-parse foo)
source (clj)source (cljs)

instant?clj/s

(instant? v)
source (clj)source (cljs)

JavaTruncateableclj/sprotocol

-truncateclj/s

(-truncate _ unit)
source (clj)source (cljs)

legacydate->instantclj/s

(legacydate->instant d)
source (clj)source (cljs)

legacydate?clj/s

(legacydate? v)
source (clj)source (cljs)

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.
source (clj)source (cljs)raw docstring

microseconds-propertyclj/s

source (clj)source (cljs)

milliseconds-propertyclj/s

source (clj)source (cljs)

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.
source (clj)source (cljs)raw docstring

minutes-propertyclj/s

source (clj)source (cljs)

month-april-nameclj/s

source (clj)source (cljs)

month-augustclj/s

source (clj)source (cljs)

month-august-nameclj/s

source (clj)source (cljs)

month-decemberclj/s

source (clj)source (cljs)

month-december-nameclj/s

source (clj)source (cljs)

month-februaryclj/s

source (clj)source (cljs)

month-february-nameclj/s

source (clj)source (cljs)

month-januaryclj/s

source (clj)source (cljs)

month-january-nameclj/s

source (clj)source (cljs)

month-july-nameclj/s

source (clj)source (cljs)

month-june-nameclj/s

source (clj)source (cljs)

month-march-nameclj/s

source (clj)source (cljs)

month-may-nameclj/s

source (clj)source (cljs)

month-novemberclj/s

source (clj)source (cljs)

month-november-nameclj/s

source (clj)source (cljs)

month-octoberclj/s

source (clj)source (cljs)

month-october-nameclj/s

source (clj)source (cljs)

month-septemberclj/s

source (clj)source (cljs)

month-september-nameclj/s

source (clj)source (cljs)

monthday+yearclj/s

(monthday+year monthday year)

create a date

create a date
source (clj)source (cljs)raw docstring

monthday->day-of-monthclj/s

(monthday->day-of-month foo)
source (clj)source (cljs)

monthday->monthclj/s

(monthday->month foo)
source (clj)source (cljs)

monthday-derefclj/s

(monthday-deref clock)
source (clj)source (cljs)

monthday-fromclj/s

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

monthday-parseclj/s

(monthday-parse foo)
source (clj)source (cljs)

monthday?clj/s

(monthday? v)
source (clj)source (cljs)

months-propertyclj/s

source (clj)source (cljs)

nanoseconds-propertyclj/s

source (clj)source (cljs)

Propertycljprotocol

fieldclj

(field _)

unitclj

(unit _)
source

seconds-propertyclj/s

source (clj)source (cljs)

sub-second-rangeclj

source

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

(throw-if-months-or-years-in-amount temporal temporal-amount)
source (clj)source (cljs)

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

(throw-if-set-months-or-years temporal temporal-property)
source (clj)source (cljs)

time+dateclj/s

(time+date time date)

create a datetime

create a datetime
source (clj)source (cljs)raw docstring

time->hourclj/s

(time->hour foo)
source (clj)source (cljs)

time->microsecondclj/s

(time->microsecond foo)
source (clj)source (cljs)

time->millisecondclj/s

(time->millisecond foo)
source (clj)source (cljs)

time->minuteclj/s

(time->minute foo)
source (clj)source (cljs)

time->nanosecondclj/s

(time->nanosecond foo)
source (clj)source (cljs)

time->secondclj/s

(time->second foo)
source (clj)source (cljs)

time-derefclj/s

(time-deref clock)
source (clj)source (cljs)

time-fromclj/s

(time-from thing)
source (clj)source (cljs)

time-parseclj/s

(time-parse foo)
source (clj)source (cljs)

time?clj/s

(time? v)
source (clj)source (cljs)

timezone-derefclj/s

(timezone-deref clock)
source (clj)source (cljs)

truncateclj/s

(truncate temporal property)

zero property field and below of temporal

zero property field and below of temporal
source (clj)source (cljs)raw docstring

untilclj/s

(until v1 v2 property)
source (clj)source (cljs)

weekday->weekday-nameclj/s

source (clj)source (cljs)

weekday-fridayclj/s

source (clj)source (cljs)

weekday-friday-nameclj/s

source (clj)source (cljs)

weekday-mondayclj/s

source (clj)source (cljs)

weekday-monday-nameclj/s

source (clj)source (cljs)

weekday-name->weekdayclj/s

source (clj)source (cljs)

weekday-saturdayclj/s

source (clj)source (cljs)

weekday-saturday-nameclj/s

source (clj)source (cljs)

weekday-sundayclj/s

source (clj)source (cljs)

weekday-sunday-nameclj/s

source (clj)source (cljs)

weekday-thursdayclj/s

source (clj)source (cljs)

weekday-thursday-nameclj/s

source (clj)source (cljs)

weekday-tuesdayclj/s

source (clj)source (cljs)

weekday-tuesday-nameclj/s

source (clj)source (cljs)

weekday-wednesdayclj/s

source (clj)source (cljs)

weekday-wednesday-nameclj/s

source (clj)source (cljs)

withclj/s

(with temporal value property)

from temporal arg, derive a new temporal object with property field set to value (t/with date 3 t/days-property)

from temporal arg, derive a new temporal object with property field set to value
(t/with date 3 t/days-property) 
source (clj)source (cljs)raw docstring

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

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

create a date having last day of month

create a date having last day of month
source (clj)source (cljs)raw docstring

yearmonth+day-of-monthclj/s

(yearmonth+day-of-month yearmonth day)

create a date

create a date
source (clj)source (cljs)raw docstring

yearmonth->monthclj/s

(yearmonth->month foo)
source (clj)source (cljs)

yearmonth->yearclj/s

(yearmonth->year foo)
source (clj)source (cljs)

yearmonth-derefclj/s

(yearmonth-deref clock)
source (clj)source (cljs)

yearmonth-fromclj/s

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

yearmonth-parseclj/s

(yearmonth-parse foo)
source (clj)source (cljs)

yearmonth?clj/s

(yearmonth? v)
source (clj)source (cljs)

years-propertyclj/s

source (clj)source (cljs)

zdt->dateclj/s

(zdt->date foo)
source (clj)source (cljs)

zdt->datetimeclj/s

(zdt->datetime foo)
source (clj)source (cljs)

zdt->day-of-monthclj/s

(zdt->day-of-month foo)
source (clj)source (cljs)

zdt->day-of-weekclj/s

(zdt->day-of-week foo)
source (clj)source (cljs)

zdt->hourclj/s

(zdt->hour foo)
source (clj)source (cljs)

zdt->instantclj/s

(zdt->instant foo)
source (clj)source (cljs)

zdt->microsecondclj/s

(zdt->microsecond foo)
source (clj)source (cljs)

zdt->millisecondclj/s

(zdt->millisecond foo)
source (clj)source (cljs)

zdt->minuteclj/s

(zdt->minute foo)
source (clj)source (cljs)

zdt->monthclj/s

(zdt->month foo)
source (clj)source (cljs)

zdt->monthdayclj/s

(zdt->monthday foo)
source (clj)source (cljs)

zdt->nanosecondclj/s

(zdt->nanosecond foo)
source (clj)source (cljs)

zdt->secondclj/s

(zdt->second foo)
source (clj)source (cljs)

zdt->timeclj/s

(zdt->time foo)
source (clj)source (cljs)

zdt->timezoneclj/s

(zdt->timezone foo)
source (clj)source (cljs)

zdt->yearclj/s

(zdt->year foo)
source (clj)source (cljs)

zdt->yearmonthclj/s

(zdt->yearmonth foo)
source (clj)source (cljs)

zdt-derefclj/s

(zdt-deref clock)
source (clj)source (cljs)

zdt-fromclj/s

(zdt-from thing)
source (clj)source (cljs)

zdt-parseclj/s

(zdt-parse foo)
source (clj)source (cljs)

zdt?clj/s

(zdt? v)
source (clj)source (cljs)

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

× close