http://d.puremagic.com/issues/show_bug.cgi?id=11353
--- Comment #2 from Andrej Mitrovic <[email protected]> 2013-10-25 16:03:12 PDT --- (In reply to comment #1) > Same thing for SysTime: > > stderr.writefln("Current time: %s", Clock.currTime.msecs); > > Error: function core.time.dur!"msecs".dur (long length) is not callable using > argument types (SysTime) Apparently I have to use: Clock.currTime.fracSec.msecs -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
