LocalDateTime.now constructor

LocalDateTime.now()

Creates a LocalDateTime that represents the current date-time.

Implementation

LocalDateTime.now() : super.fromNative(DateTime.now());