EDateTime.now constructor

EDateTime.now()

Constructs a EDateTime instance with current date and time in the local time zone.

var thisInstant = EDateTime.now();

Implementation

EDateTime.now() : _date = DateTime.now();