Liking cljdoc? Tell your friends :D

scribe.time.core

Multimethod definitions for generically dealing with different implementations of time.

Multimethod definitions for generically dealing with different
implementations of time.
raw docstring

*instant-class*clj

The concrete class for representing instant?s.

Defaults to java.time.Instant.

The concrete class for representing `instant?`s.

Defaults to `java.time.Instant`.
raw docstring

*local-date-class*clj

The default concrete class for representing local-date?s.

Defaults to java.time.LocalDate.

The default concrete class for representing `local-date?`s.

Defaults to `java.time.LocalDate`.
raw docstring

*local-time-class*clj

The default concrete class for representing local-time?s.

Defaults to java.time.LocalTime.

The default concrete class for representing `local-time?`s.

Defaults to `java.time.LocalTime`.
raw docstring

instant?cljmultimethod

Does the arg represent a single instant in time?

Pretty much equivalent to clojure.core/inst?

Does the arg represent a single instant in time?

Pretty much equivalent to clojure.core/inst?
raw docstring

local-date?cljmultimethod

Does the arg represent a calendar date, without referencing a time zone or a time of day?

Does the arg represent a calendar date, without referencing a time zone or a
time of day?
raw docstring

local-time?cljmultimethod

Does the arg represent a time of day, without referencing a time zone or a date?

Does the arg represent a time of day, without referencing a time zone or a
date?
raw docstring

of-epoch-daycljmultimethod

Converts a number of days since epoch to an instance of target-class.

Converts a number of days since epoch to an instance of target-class.
raw docstring

of-epoch-microcljmultimethod

Converts a number of microseconds from epoch to an instance of target-class.

Converts a number of microseconds from epoch to an instance of target-class.
raw docstring

of-epoch-millicljmultimethod

Converts a number of milliseconds from epoch to an instance of target-class.

Converts a number of milliseconds from epoch to an instance of target-class.
raw docstring

of-micro-of-daycljmultimethod

Converts a number of microseconds from midnight to an instance of target-class.

Converts a number of microseconds from midnight to an instance of
target-class.
raw docstring

of-milli-of-daycljmultimethod

Converts a number of milliseconds from midnight to an instance of target-class.

Converts a number of milliseconds from midnight to an instance of
target-class.
raw docstring

to-epoch-daycljmultimethod

Converts a local date to the number of days since epoch.

Converts a local date to the number of days since epoch.
raw docstring

to-epoch-microcljmultimethod

Converts instant to the number of microseconds from epoch.

Converts instant to the number of microseconds from epoch.
raw docstring

to-epoch-millicljmultimethod

Converts instant to the number of milliseconds from epoch.

Converts instant to the number of milliseconds from epoch.
raw docstring

to-micro-of-daycljmultimethod

Converts a local time to the number of microseconds since midnight.

Converts a local time to the number of microseconds since midnight.
raw docstring

to-milli-of-daycljmultimethod

Converts a local time to the number of milliseconds since midnight.

Converts a local time to the number of milliseconds since midnight.
raw docstring

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

× close