Searched defs:CRecordingDateTime (Results 1 – 1 of 1) sorted by relevance
18 struct CRecordingDateTime struct20 Byte Year;21 Byte Month;22 Byte Day;23 Byte Hour;24 Byte Minute;25 Byte Second;26 signed char GmtOffset; // min intervals from -48 (West) to +52 (East) recorded.28 bool GetFileTime(NWindows::NCOM::CPropVariant &prop) const in GetFileTime()