second property

int second

The second 0...59.

var moonLanding = DateTime.parse("1969-07-20 20:18:04Z");
assert(moonLanding.second == 4);

Implementation

external int get second;