Module jls.util.LocalDateTime

Provide a simple LocalDateTime class.

Class LocalDateTime

LocalDateTime:new (year, month, day, hour, min, sec, ms) Creates a new LocalDateTime.


Class LocalDateTime

The LocalDateTime class. The LocalDateTime provides a way to manipulate local date and time.
LocalDateTime:new (year, month, day, hour, min, sec, ms)
Creates a new LocalDateTime.

Parameters:

  • year number the year
  • month number the month
  • day number the day
  • hour number the hour
  • min number the min
  • sec number the sec
  • ms number the ms

Returns:

    a new LocalDateTime
generated by LDoc 1.4.6 Last updated 2021-12-02 21:21:01