2.9.65 DTTM

The DTTM structure specifies date and time.


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

mint

hr

dom

mon

yr

wdy

mint (6 bits):  An unsigned integer that specifies the minute. This value MUST be less than or equal to 0x3B.

hr (5 bits):  An unsigned integer that specifies the hour. This value MUST be less than or equal to 0x17.

dom (5 bits):  An unsigned integer that specifies the day of the month. This value MUST be less than or equal to 0x1F. If this value is equal to zero, this DTTM MUST be ignored.

mon (4 bits):  An unsigned integer that specifies the month. The values 0x1 through 0xC specify the months January through December, respectively. This value MUST be less than or equal to 0xC. If this value is equal to zero, this DTTM MUST be ignored.

yr (9 bits):  An unsigned integer that specifies the year, offset from 1900.

wdy (3 bits):  An unsigned integer that specifies the day of the week, starting from Sunday (0x0). This value MUST be less than or equal to 0x6.