microsecondsSinceEpoch property
int
get
microsecondsSinceEpoch
Gets the number of microseconds since the Unix epoch (January 1, 1970, UTC).
Implementation
int get microsecondsSinceEpoch => _dateTime.microsecondsSinceEpoch;