Home
last modified time | relevance | path

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

/aosp_15_r20/external/lzma/CPP/7zip/Archive/Iso/
H A DIsoIn.h116 struct CDateTime struct
118 UInt16 Year;
119 Byte Month;
120 Byte Day;
121 Byte Hour;
122 Byte Minute;
123 Byte Second;
124 Byte Hundredths;
125 signed char GmtOffset; // min intervals from -48 (West) to +52 (East) recorded.
127 bool NotSpecified() const { return Year == 0 && Month == 0 && Day == 0 && in NotSpecified()
[all …]