Why do you need DateTime and not SysTime? I'm actually surprised it doesn't have that too...-Steve
Initially I was looking for something that would be the equivalent to DateTime in C#. This now appears to be SysTime, not DateTime in D.
It seems the only real reason to use DateTime is as an optimization.
From DateTime docs:"It is optimized for calendar-based operations and has no concept of time zone."