2.5.101 PCDIDateTime

The PCDIDateTime structure specifies a date-time value.


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

yr

mon

dom

hr

min

sec

yr (2 bytes): An unsigned integer that specifies the year of the date. This value MUST be greater than or equal to 1900, and MUST be less than or equal to 9999. If dom is 0, yr MUST be 1900.

mon (2 bytes): An unsigned integer that specifies the month of the date. This value MUST be greater than or equal to 1 and MUST be less than or equal to 12. If dom is 0, mon MUST be 1.

dom (1 byte): An unsigned integer that specifies the day of month of the date. This value MUST be less than or equal to 31.

hr (1 byte): An unsigned integer that specifies the hour of the time. This value MUST be less than or equal to 23.

min (1 byte): An unsigned integer that specifies the minute of the time. This value MUST be less than or equal to 59.

sec (1 byte): An unsigned integer that specifies the second of the time. This value MUST be less than or equal to 59.