Liking cljdoc? Tell your friends :D
Clojure only.

clj-time.periodic


periodic-seqclj

(periodic-seq start period-like)
(periodic-seq start end period-like)

Returns a sequence of date-time values growing over specific period. The 2 argument function takes as input the starting value and the growing value, returning a lazy infinite sequence. The 3 argument function takes as input the starting value, the upper bound value, and the growing value, return a lazy sequence.

Returns a sequence of date-time values growing over specific period.
The 2 argument function takes as input the starting value and the growing value,
returning a lazy infinite sequence.
The 3 argument function takes as input the starting value, the upper bound value,
and the growing value, return a lazy sequence.
sourceraw docstring

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

× close