tm
提供:cppreference.com
|
|
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
構造は、その構成要素に分解カレンダーの日付と時刻を保持している.
Original:
Structure holding a calendar date and time broken down into its components.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
[編集] メンバーオブジェクト
| int tm_sec |
seconds after the minute – [0, 60][note 1] (パブリックメンバオブジェクト) |
| int tm_min |
時間分後 - [0、59] Original: minutes after the hour – [0, 59] The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (パブリックメンバオブジェクト) |
| int tm_hour |
午前0時から時間 - [0、23] Original: hours since midnight – [0, 23] The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (パブリックメンバオブジェクト) |
| int tm_mday |
月の日 - [1、31] Original: day of the month – [1, 31] The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (パブリックメンバオブジェクト) |
| int tm_mon |
1月以降の月 - [0、11] Original: months since January – [0, 11] The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (パブリックメンバオブジェクト) |
| int tm_year |
1900年から Original: years since 1900 The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (パブリックメンバオブジェクト) |
| int tm_wday |
日曜日からの日数 - [0]、[6] Original: days since Sunday – [0, 6] The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (パブリックメンバオブジェクト) |
| int tm_yday |
1月1日から - [0、365] Original: days since January 1 – [0, 365] The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (パブリックメンバオブジェクト) |
| int tm_isdst |
時フラグを夏時間。 DSTが有効である場合は、値は情報がない場合は、ゼロでない場合と負、正である Original: Daylight Saving Time flag. The value is positive if DST is in effect, zero if not and negative if no information is available The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (パブリックメンバオブジェクト) |
{{{1}}}
Original:
{{{2}}}
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
- ↑ Range allows for a positive leap second.
Original:
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
[編集] も参照してください
| 現地時刻で表したカレンダー時刻をエポックからの経過時間に変換します Original: converts time since epoch to calendar time expressed as local time The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (機能) | |
| 世界標準時として表現カレンダー時刻にエポックからの経過時間に変換します Original: converts time since epoch to calendar time expressed as Universal Coordinated Time The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (機能) | |
| C++ documentation for tm
| |