構文struct tm
ファイル名
構造体情報| No. | 名称 | 属性 | 説明 |
|---|---|---|---|
1 |
tm | ||
| tm_sec | int | seconds after the minute [0-60] | |
| tm_min | int | minutes after the hour [0-59] | |
| tm_hour | int | hours since midnight [0-23] | |
| tm_mday | int | day of the month [1-31] | |
| tm_mon | int | months since January [0-11] | |
| tm_year | int | years since 1900 | |
| tm_wday | int | days since Sunday [0-6] | |
| tm_yday | int | days since January 1 [0-365] | |
| tm_isdst | int | Daylight Savings Time flag | |
| tm_gmtoff | long | offset from CUT in seconds | |
| tm_zone | char * | timezone abbreviation |
目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー