Returns this LocalDataTime as Date.
Returns the string representation of this local datetime.
A string in the form yyyy:mm:ddTHH:mm:ss.SSS. Values are zero padded from left. If nano second value is zero, second decimal is not include in the returned string
Static constructor for convenient construction.
Must be between -999999999-999999999
Must be between 1-12
Must be between 1-31 depending on year and month
The hour-of-day to represent, from 0 to 23
The minute-of-hour to represent, from 0 to 59
The second-of-minute to represent, from 0 to 59
The nano-of-second to represent, from 0 to 999,999,999
Constructs a new instance from Date.
must be a valid Date. date.getTime()
should be not NaN
Constructs LocalDateTime from ISO 8601 string.
Must not include timezone information. The string format is yyyy-mm-ss(T|t)HH:mm:ss.SSS. The last SSS part represents nanoseconds and can be omitted.
Generated using TypeDoc
Local datetime object