How can I address a Siemens S7 DATE_AND_TIME OPC Tag

S7 Date_And_Time type has 8 bytes. Each byte represents year, month, day, hours, minutes, seconds, and milliseconds (two bytes) in BCD format. More details are here.

The solution is described in this thread.