Пространства имён
Варианты
Действия

tm

Материал из cppreference.com
< c | chrono

 
 
Дата и время коммунальные услуги
Функции
Original:
Functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Время манипуляции
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.
difftime
time
clock
Формат преобразования
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.
asctime
ctime
strftime
wcsftime
gmtime
localtime
mktime
Константы
Original:
Constants
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
CLOCKS_PER_SEC
Типы
Original:
Types
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
tm
time_t
clock_t
 
Структура проведения календарной датой и временем разбиты на его компонентов.
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.

[править] Член объектов

int tm_sec
seconds after the minute – [0, 60][note 1]
(public объект-член)
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.

(public объект-член)
int tm_hour
часов, начиная с полуночи - [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.

(public объект-член)
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.

(public объект-член)
int tm_mon
месяцев с января - [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.

(public объект-член)
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.

(public объект-член)
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.

(public объект-член)
int tm_yday
дней с 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.

(public объект-член)
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.

(public объект-член)
{{{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.
  1. 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.

[править] См. также

преобразует времен эпохи к календарному времени выражается по местному времени
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.

(функция) [edit]
преобразует времен эпохи к календарному времени выражается как Универсальное координированное время
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.

(функция) [edit]