std::time_t
De 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>
|
||
| typedef /* unspecified */ time_t; |
||
Aritmética capaz de representar a veces tipo .
Original:
Arithmetic type capable of representing times.
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.
Aunque no se define, esto es casi siempre un valor entero que contiene el número de segundos transcurridos desde las 00:00, 1 ene 1970 UTC, correspondiente a POSIX tiempo .
Original:
Although not defined, this is almost always a integral value holding the number of seconds since 00:00, Jan 1 1970 UTC, corresponding to POSIX tiempo.
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.
[editar] Ver también
| devuelve la hora actual del sistema como el tiempo desde época 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. (función) | |
| convierte el tiempo transcurrido desde la época en cuando calendario expresado como hora local 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. (función) | |
| convierte el tiempo transcurrido desde la época en cuando calendario expresado en hora universal coordinada 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. (función) | |
| C documentation for time_t
| |