Liking cljdoc? Tell your friends :D

tupelo.java-time.epoch


->edayclj

(->eday arg)

Inputs: [arg] Returns: EDay

Inputs: [arg]
Returns: EDay
sourceraw docstring

->esecclj

(->esec arg)

Inputs: [arg] Returns: ESec

Inputs: [arg]
Returns: ESec
sourceraw docstring

betweenclj

(between epoch-val-1 epoch-val-2)

Inputs: [epoch-val-1 :- tsk/TagVal epoch-val-2 :- tsk/TagVal] Returns: s/Int

Returns the integer difference between two epoch-vals (- ev2 ev1)

Inputs: [epoch-val-1 :- tsk/TagVal epoch-val-2 :- tsk/TagVal]
Returns: s/Int

Returns the integer difference between two epoch-vals (- ev2 ev1)
sourceraw docstring

DAY->HOURSclj

source

DAY->MILLISclj

source

DAY->SECONDSclj

source

days->secclj

(days->sec days)

Inputs: [days :- s/Int] Returns: s/Int

Converts integer hours to seconds

Inputs: [days :- s/Int]
Returns: s/Int

Converts integer hours to seconds
sourceraw docstring

EDayclj

source

eday->LocalDateclj

(eday->LocalDate arg)

Inputs: [arg :- EDay] Returns: LocalDate

Given an eday, returns a LocalDate

Inputs: [arg :- EDay]
Returns: LocalDate

Given an eday, returns a LocalDate 
sourceraw docstring

eday->yearclj

(eday->year arg)

Inputs: [arg :- EDay] Returns: s/Int

Given an eday, returns a year like 2013

Inputs: [arg :- EDay]
Returns: s/Int

Given an eday, returns a year like 2013
sourceraw docstring

eday?clj

(eday? arg)

Inputs: [arg :- s/Any] Returns: s/Bool

Inputs: [arg :- s/Any]
Returns: s/Bool
sourceraw docstring

EMilliclj

source

emilli?clj

(emilli? arg)

Inputs: [arg :- s/Any] Returns: s/Bool

Inputs: [arg :- s/Any]
Returns: s/Bool
sourceraw docstring

EMonthclj

source

emonth?clj

(emonth? arg)

Inputs: [arg :- s/Any] Returns: s/Bool

Inputs: [arg :- s/Any]
Returns: s/Bool
sourceraw docstring

ENanoclj

source

enano?clj

(enano? arg)

Inputs: [arg :- s/Any] Returns: s/Bool

Inputs: [arg :- s/Any]
Returns: s/Bool
sourceraw docstring

EQtrclj

source

eqtr?clj

(eqtr? arg)

Inputs: [arg :- s/Any] Returns: s/Bool

Inputs: [arg :- s/Any]
Returns: s/Bool
sourceraw docstring

ESecclj

source

esec->Instantclj

(esec->Instant esec)

Wrapper for java.time.Instant/ofEpochSecs

Wrapper for java.time.Instant/ofEpochSecs 
sourceraw docstring

esec?clj

(esec? arg)

Inputs: [arg :- s/Any] Returns: s/Bool

Inputs: [arg :- s/Any]
Returns: s/Bool
sourceraw docstring

HOUR->MINUTESclj

source

HOUR->SECONDSclj

source

hours->minclj

(hours->min hours)

Inputs: [hours :- s/Int] Returns: s/Int

Converts integer hours to minutes

Inputs: [hours :- s/Int]
Returns: s/Int

Converts integer hours to minutes
sourceraw docstring

hours->secclj

(hours->sec hours)

Inputs: [hours :- s/Int] Returns: s/Int

Converts integer hours to seconds

Inputs: [hours :- s/Int]
Returns: s/Int

Converts integer hours to seconds
sourceraw docstring

Instant->esecclj

(Instant->esec arg)

Inputs: [arg :- Instant] Returns: ESec

Normalizes a LocalDate as the offset from 1970-1-1

Inputs: [arg :- Instant]
Returns: ESec

Normalizes a LocalDate as the offset from 1970-1-1
sourceraw docstring

LocalDate->edayclj

(LocalDate->eday arg)

Inputs: [arg :- LocalDate] Returns: EDay

Normalizes a LocalDate as the offset from 1970-1-1

Inputs: [arg :- LocalDate]
Returns: EDay

Normalizes a LocalDate as the offset from 1970-1-1
sourceraw docstring

millis->secclj

(millis->sec millis)

Inputs: [millis :- s/Int] Returns: s/Int

Converts integer milliseconds to seconds, with truncation

Inputs: [millis :- s/Int]
Returns: s/Int

Converts integer milliseconds to seconds, with truncation
sourceraw docstring

min->hoursclj

(min->hours min)

Inputs: [min :- s/Int] Returns: s/Int

Converts integer minutes to hours, with truncation

Inputs: [min :- s/Int]
Returns: s/Int

Converts integer minutes to hours, with truncation
sourceraw docstring

min->secclj

(min->sec min)

Inputs: [min :- s/Int] Returns: s/Int

Converts integer minutes to seconds

Inputs: [min :- s/Int]
Returns: s/Int

Converts integer minutes to seconds
sourceraw docstring

MINUTE->SECONDSclj

source

sec->daysclj

(sec->days sec)

Inputs: [sec :- s/Int] Returns: s/Int

Converts integer seconds to hours, with truncation

Inputs: [sec :- s/Int]
Returns: s/Int

Converts integer seconds to hours, with truncation
sourceraw docstring

sec->hoursclj

(sec->hours sec)

Inputs: [sec :- s/Int] Returns: s/Int

Converts integer seconds to hours, with truncation

Inputs: [sec :- s/Int]
Returns: s/Int

Converts integer seconds to hours, with truncation
sourceraw docstring

sec->millisclj

(sec->millis sec)

Inputs: [sec :- s/Int] Returns: s/Int

Converts integer seconds to milliseconds

Inputs: [sec :- s/Int]
Returns: s/Int

Converts integer seconds to milliseconds
sourceraw docstring

sec->minclj

(sec->min sec)

Inputs: [sec :- s/Int] Returns: s/Int

Converts integer seconds to minutes, with truncation

Inputs: [sec :- s/Int]
Returns: s/Int

Converts integer seconds to minutes, with truncation
sourceraw docstring

SECOND->MILLISclj

source

YEAR->MONTHSclj

source

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

× close