Liking cljdoc? Tell your friends :D

java-time.local


local-dateclj

(local-date)
(local-date arg_1_2997)
(local-date arg_1_2998 arg_2_2999)
(local-date arg_1_3000 arg_2_3001 arg_3_3002)

Creates a LocalDate. The following arguments are supported:

  • no arguments - current local-date
  • one argument
    • clock
    • another temporal entity
    • string representation
    • year
  • two arguments
    • formatter (format) and a string
    • an instant and a zone id
    • another temporal entity and an offset (preserves local time)
    • year and month
  • three arguments
    • year, month and date
Creates a `LocalDate`. The following arguments are supported:

* no arguments - current local-date
* one argument
  + clock
  + another temporal entity
  + string representation
  + year
* two arguments
  + formatter (format) and a string
  + an instant and a zone id
  + another temporal entity and an offset (preserves local time)
  + year and month
* three arguments
  + year, month and date
sourceraw docstring

local-date-timeclj

(local-date-time)
(local-date-time arg_1_3077)
(local-date-time arg_1_3078 arg_2_3079)
(local-date-time arg_1_3080 arg_2_3081 arg_3_3082)
(local-date-time y m d h)
(local-date-time y m d h mm)
(local-date-time y m d h mm ss)
(local-date-time y m d h mm ss n)

Creates a LocalDateTime. The following arguments are supported:

  • no arguments - current local date-time
  • one argument
    • clock
    • another temporal entity
    • string representation
    • year
  • two arguments
    • local date and local time
    • an instant and a zone id
    • formatter (format) and a string
    • year and month

three and more arguments - year/month/day/...

Creates a `LocalDateTime`. The following arguments are supported:

* no arguments - current local date-time
* one argument
  + clock
  + another temporal entity
  + string representation
  + year
* two arguments
  + local date and local time
  + an instant and a zone id
  + formatter (format) and a string
  + year and month

three and more arguments - year/month/day/...
sourceraw docstring

local-date-time?clj

(local-date-time? v__2432__auto__)

True if an instance of LocalDateTime.

True if an instance of LocalDateTime.
sourceraw docstring

local-date?clj

(local-date? v__2432__auto__)

True if an instance of LocalDate.

True if an instance of LocalDate.
sourceraw docstring

local-timeclj

(local-time)
(local-time arg_1_3037)
(local-time arg_1_3038 arg_2_3039)
(local-time arg_1_3040 arg_2_3041 arg_3_3042)
(local-time h m s nn)

Creates a LocalTime. The following arguments are supported:

  • no arguments - current local time
  • one argument
    • clock
    • another temporal entity
    • string representation
    • hours
  • two arguments
    • formatter (format) and a string
    • an instant and a zone id
    • hours and minutes
  • three/four arguments - hour, minute, second, nanos
Creates a `LocalTime`. The following arguments are supported:

* no arguments - current local time
* one argument
  + clock
  + another temporal entity
  + string representation
  + hours
* two arguments
  + formatter (format) and a string
  + an instant and a zone id
  + hours and minutes
* three/four arguments - hour, minute, second, nanos
sourceraw docstring

local-time?clj

(local-time? v__2432__auto__)

True if an instance of LocalTime.

True if an instance of LocalTime.
sourceraw docstring

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

× close