Liking cljdoc? Tell your friends :D

luciolucio.holi


addclj

(add date n unit & calendars)

Adds n units to date and returns a new date

date must be an instance of java.time.LocalDate or java.time.LocalDateTime, n must be an integer and valid units are found in the units set

Adds n units to date and returns a new date

date must be an instance of java.time.LocalDate
or java.time.LocalDateTime, n must be an integer
and valid units are found in the units set
raw docstring

business-day?clj

(business-day? date & calendars)

Returns true only if date is not in a weekend and also not a holiday in any of the given calendars

Returns true only if date is not in a weekend
and also not a holiday in any of the given calendars
raw docstring

holiday?clj

(holiday? date calendar)

Returns true only if date is a holiday in the given calendar

Returns true only if date is a holiday in the given calendar
raw docstring

non-business-day?clj

(non-business-day? date & calendars)

Returns true only if date is whether a weekend or a holiday in one of the given calendars

Returns true only if date is whether a weekend
or a holiday in one of the given calendars
raw docstring

weekend?clj

(weekend? date)

Returns true only if date is in a weekend

Returns true only if date is in a weekend
raw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close