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