Searched defs:CDateTime (Results 1 – 1 of 1) sorted by relevance
116 struct CDateTime struct118 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 …]