Returns a string representation of this Duration
.
Returns a string with hours, minutes, seconds, and microseconds, in the
following format: HH:MM:SS.mmmmmm
. For example,
var d = new Duration(days:1, hours:1, minutes:33, microseconds: 500);
d.toString(); // "25:33:00.000500"