Home
last modified time | relevance | path

Searched defs:CRecordingDateTime (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/lzma/CPP/7zip/Archive/Iso/
H A DIsoItem.h18 struct CRecordingDateTime struct
20 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()