C Date and time utilities
提供: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. |
[編集] 機能します
| Defined in header
<ctime> | |
Original: Time manipulation The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | |
| 時間の差を計算します Original: computes the difference between times The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (機能) | |
| エポックからの経過時間など、システムの現在時刻を返します Original: returns the current time of the system as time since epoch The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (機能) | |
| プログラムが開始されるので、生のプロセッサのクロック時刻を返します Original: returns raw processor clock time since the program is started The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (機能) | |
Original: Format conversions The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | |
| テキスト表現に tmオブジェクトを変換しますOriginal: converts a tm object to a textual representationThe text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (機能) | |
| テキスト表現に time_tオブジェクトを変換しますOriginal: converts a time_t object to a textual representationThe text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (機能) | |
| カスタムテキスト表現に tmオブジェクトを変換しますOriginal: converts a tm object to custom textual representationThe text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (機能) | |
| カスタムワイド文字列のテキスト表現にtmオブジェクトを変換します Original: converts a tm object to custom wide string textual representation 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. (機能) | |
| 現地時刻で表したカレンダー時刻をエポックからの経過時間に変換します 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 calendar time to time since epoch The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (機能) | |
[編集] 定数
| プロセッサのクロック数は毎秒カチカチ Original: number of processor clock ticks per second The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (マクロ定数) | |
[編集] タイプ
| カレンダー時間タイプ Original: calendar time type The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (クラス) | |
| エポックタイプからの時間 Original: time since epoch type The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (typedefです) | |
| 時間を実行しているプロセス Original: process running time The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (typedefです) | |