UtcDateTime.fromMicroseconds constructor
UtcDateTime.fromMicroseconds(
- int microseconds
Creates a UtcDateTime from the given microseconds since epoch.
Implementation
UtcDateTime.fromMicroseconds(int microseconds): super.fromMicrosecondsSinceEpoch(microseconds, isUtc: true);