2.4.279 SXDtr

The SXDtr record specifies a cache item or a value in the PivotCache that is an instance in time, expressed as a date and time of day.


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 component of the date. 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 component of the date. MUST be greater than or equal to 1, and MUST be less than or equal to 12. If dom is equal to 0, mon MUST be equal to 1.

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

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

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

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