Multimethod definitions for generically dealing with different implementations of time.
Multimethod definitions for generically dealing with different implementations of time.
The concrete class for representing instant?
s.
Defaults to java.time.Instant
.
The concrete class for representing `instant?`s. Defaults to `java.time.Instant`.
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`.
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`.
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?
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?
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?
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.
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.
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.
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.
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.
Converts a local date to the number of days since epoch.
Converts a local date to the number of days since epoch.
Converts instant to the number of microseconds from epoch.
Converts instant to the number of microseconds from epoch.
Converts instant to the number of milliseconds from epoch.
Converts instant to the number of milliseconds from epoch.
Converts a local time to the number of microseconds since midnight.
Converts a local time to the number of microseconds since midnight.
Converts a local time to the number of milliseconds since midnight.
Converts a local time to the number of milliseconds since midnight.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close