|
| БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
TIME_OF_DAY_INFO
The TIME_OF_DAY_INFO structure returns information about the time of day from a remote server.
typedef struct _TIME_OF_DAY_INFO { DWORD tod_elapsedt; DWORD tod_msecs; DWORD tod_hours; DWORD tod_mins; DWORD tod_secs; DWORD tod_hunds; LONG tod_timezone; DWORD tod_tinterval; DWORD tod_day; DWORD tod_month; DWORD tod_year; DWORD tod_weekday; } TIME_OF_DAY_INFO, *PTIME_OF_DAY_INFO, *LPTIME_OF_DAY_INFO;
Members
tod_elapsedt
Specifies the number of seconds since 00:00:00, January 1, 1970.
tod_msecs
Specifies the number of milliseconds from an arbitrary starting point (system reset). Typically, this member is read twice, once at the start of a process and again at the end, then subtracting one value from the other to determine how long the process took.
tod_hours
Specifies the current hour (0-23).
tod_mins
Specifies the current minute (0-59).
tod_secs
Specifies the current second (0-59).
tod_hunds
Specifies the current hundredth second (0.01 second) (0-99).
tod_timezone
Specifies the time zone of the server. This value is calculated, in minutes, from Greenwich Mean Time (GMT). For time zones west of Greenwich, the value is positive; for time zones east of Greenwich, the value is negative. A value of -1 indicates that the time zone is undefined.
tod_interval
Specifies the time interval for each tick of the clock. Each integral integer represents one ten-thousandth second (0.0001 second).
tod_day
Specifies the day of the month (1-31).
tod_month
Specifies the month of the year (1-12).
tod_year
Specifies the year.
tod_weekday
Specifies the day of the week (0-6, where 0 is Sunday, 1 is Monday, and so on).
See Also
NetRemoteTOD
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
TIME_OF_DAY_INFO
Структура TIME_OF_DAY_INFO возвращает информацию о времени дня из дистанционного сервера.
typedef struct _TIME_OF_DAY_INFO { tod_elapsedt DWORD; tod_msecs DWORD; tod_hours DWORD; tod_mins DWORD; tod_secs DWORD; tod_hunds DWORD; ДЛИННЫЙ tod_timezone; tod_tinterval DWORD; tod_day DWORD; tod_month DWORD; tod_year DWORD; tod_weekday DWORD; } TIME_OF_DAY_INFO, *PTIME_OF_DAY_INFO, *LPTIME_OF_DAY_INFO;
Участники
tod_elapsedt
Определяет время в секундах с 00:00:00, 1 Январь, 1970.
tod_msecs
Определяет количество миллисекунд из произвольного отправного пункта (система была восстановлена). Обычно, этот элемент читается дважды, как только в начале процесса и снова в конечном счете, затем вычитая один величина из другого, чтобы определять сколько процесс брал.
tod_hours
Определяет текущий час (0-23).
tod_mins
Определяет текущую минуту (0-59).
tod_secs
Определяет текущую секунду (0-59).
tod_hunds
Определяет текущую сотую секунду (0.01 секунды) (0-99).
tod_timezone
Определяет часовой пояс сервера. Эта величина вычислена, в минутах, из Среднего Времени Greenwich (ПО ГРИНВ.). Для запада часовых поясов Greenwich, величина положительная; для востока часовых поясов Greenwich, величина отрицательная. Величина -1 указывает, что часовой пояс неопределенный.
tod_interval
Определяет интервал времени для каждой метки часов. Каждое целое целое представляет один десяти тысячная секунда (0.0001 секунды).
tod_day
Определяет день месяца (1-31).
tod_month
Определяет месяц года (1-12).
tod_year
Определяет год.
tod_weekday
Определяет день недели (0-6, где 0 - Воскресенье, 1 - Понедельник, и так далее).
Смотри Также
NetRemoteTOD
|
|
|
|
| |