Report a bug
If you spot a problem with this page, click here to create a Bugzilla issue.
Improve this page
Quickly fork, edit online, and submit a pull request for this page.
Requires a signed-in GitHub account. This works well for small changes.
If you'd like to make larger changes you may want to consider using
a local clone.
core.stdc.time
D header file for C99.
This module contains bindings to selected types and
functions from the standard C header <time.h>. Note that this
is not automatically generated, and may omit some types/functions from the
original C header.
License:
Distributed under the
Boost Software License 1.0.
(See accompanying file LICENSE)
Authors:
Sean Kelly,
Alex Rønne Petersen
Source: core/stdc/time.d
Standards:
ISO/IEC 9899:1999 (E)
-
- seconds after the minute [0-60]
- minutes after the hour [0-59]
- hours since midnight [0-23]
- day of the month [1-31]
- months since January [0-11]
- years since 1900
- days since Sunday [0-6]
- days since January 1 [0-365]
- Daylight Savings Time flag
- offset from CUT in seconds
- timezone abbreviation
Copyright Sean Kelly 2005 - 2009.
| Page generated by
Ddoc on (no date time)