CRDate
struct CRDate { BYTE day; //день BYTE month; //месяц WORD year; //год BYTE hour; //час BYTE minute; //минуты BYTE second; //секунды };