core.time
The time module is intended to provide some basic support for time-based
operations.
License:
Boost License 1.0.
Authors:
Sean Kelly
- struct Duration;
- Represents a span of time.
Authors:
Based on the design of boost::time_duration by Jeff Garland and
Bart Garst of CrystalClear Software, Inc.
- this(HourType h, MinType m, SecType s = 0, FracType f = 0);
- const nothrow HourType hours();
- const nothrow bool isNegative();
- const Duration invertSign();
- Duration opUnary(string op)();
- static nothrow ushort numFractionalDigits();
- Duration hours(Duration.HourType n);
Page generated by Ddoc. Copyright Sean Kelly 2010 - 2010.