menu
  1. Dart
  2. dart:core
  3. DateTime
  4. DateTime.timestamp constructor
DateTime.timestamp

DateTime.timestamp constructor

  1. @Since("3.0")
DateTime.timestamp()

Constructs a DateTime with the current UTC date and time.

final mark = DateTime.timestamp();

Implementation

@Since("3.0")
DateTime.timestamp() : this._nowUtc();
DateTime class

AltStyle によって変換されたページ (->オリジナル) /