英語版
このページの英語版を見る

core.sys.posix.stdc.time

C99用のDヘッダファイル。
このモジュールには、標準Cヘッダーから選択された型と関数へのバインディングが含まれている。 関数へのバインディングが含まれている。 <time.h>.注釈: これは自動的に生成されるものではない。 は自動的に生成されたものではなく、元のCヘッダーからいくつかの型や関数が省略されている可能性があることに注意してほしい。 を省略することがある。
License:
Distributed under the Boost Software License 1.0. (See accompanying file LICENSE)
Authors:
Sean Kelly, Alex Rønne Petersen

ソース core/stdc/time.d

Standards:
ISO/IEC 9899:1999 (E)
struct tm;
int tm_sec;
分後の秒 [0-60]
int tm_min;
時からの分 [0-59]
int tm_hour;
午前0時からの時間 [0-23]
int tm_mday;
月日 [1-31]
int tm_mon;
1月からの月 [0-11]
int tm_year;
1900年からの年
int tm_wday;
日曜日からの日数 [0-6]
int tm_yday;
1月1日からの日数 [0-365]
int tm_isdst;
夏時間フラグ
c_long tm_gmtoff;
CUTからのオフセット(秒
char* tm_zone;
タイムゾーン略号
enum clock_t CLOCKS_PER_SEC;
nothrow @nogc @trusted clock_t clock();
nothrow @nogc @trusted void tzset();
const(char)*[2] tzname;