The microsecond 0...999
.
DateTime moonLanding = DateTime.parse("1969-07-20 20:18:00");
assert(moonLanding.microsecond == 0);
Source
external int get microsecond;
The microsecond 0...999
.
DateTime moonLanding = DateTime.parse("1969-07-20 20:18:00");
assert(moonLanding.microsecond == 0);
external int get microsecond;