Liking cljdoc? Tell your friends :D

dgknght.app-lib.time


comparecljs

(compare t1 t2)

compare-revcljs

(compare-rev t1 t2)

date-atcljs

(date-at local-date local-time)

Returns a date-time consisting of the given local-date and local-time

Returns a date-time consisting of the given local-date and local-time
raw docstring

format-timecljs

(format-time t)

local-timecljs

(local-time)
(local-time hour)
(local-time hour minute)
(local-time hour minute second)

parsecljs

(parse time-str)

serializecljs

(serialize t)

timecljs

(time hour)
(time hour minute)
(time hour minute second)

Timecljs


Timeishcljsprotocol

->vectorcljs

(->vector this)

Returns the hour, minute, and second in a vector

Returns the hour, minute, and second in a vector

add-minutescljs

(add-minutes this minutes)

Returns a new time the specified number of minutes after the instance

Returns a new time the specified number of minutes after the instance

unserializecljs

(unserialize time-str)

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

× close