2.2.10.2.3 DNS_SYSTEMTIME

The DNS_SYSTEMTIME structure stores time values for DNS statistics. It is always populated by the server, which MUST supply valid values. This structure MUST be formatted as follows:


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

wYear

wMonth

wDayOfWeek

wDay

wHour

wMinute

wSecond

wMillisecond

wYear (2 bytes): The year, as a 16-bit, unsigned integer. Valid values are from 1601 to 30827.

wMonth (2 bytes): The month from 1 (January) to 12 (December), as a 16-bit, unsigned integer.

wDayOfWeek (2 bytes): The day of the week from 0 (Sunday) to 6 (Saturday), as a 16-bit, unsigned integer.

wDay (2 bytes): The day of the month from 1 to 31, as a 16-bit, unsigned integer.

wHour (2 bytes): The hour from 0 to 23, as a 16-bit, unsigned integer.

wMinute (2 bytes): The minute from 0 to 59, as a 16-bit, unsigned integer.

wSecond (2 bytes): The second from 0 to 59, as a 16-bit, unsigned integer.

wMillisecond (2 bytes): The millisecond from 0 to 999, as a 16-bit, unsigned integer.