dart / 2 / dart-core / datetime / datetime.now.html

DateTime.now constructor

DateTime.now()

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

final now = DateTime.now();

Implementation

DateTime.now() : this._now();

© 2012 the Dart project authors
Licensed under the BSD 3-Clause "New" or "Revised" License.
https://api.dart.dev/stable/2.18.5/dart-core/DateTime/DateTime.now.html