Searched refs:datetime (Results 1 – 4 of 4) sorted by relevance
19 \brief Contains BDateTimeFormat class, a datetime formatter and parser.73 \brief Fills in \a string with a formatted datetime up to \a maxSize bytes76 \param target The string buffer to fill with the formatted datetime.82 \returns The number of bytes written during the datetime formatting.95 \brief Fills in \a string with a formatted datetime for the given
9 import datetime125 ) % (variant, inputfilename, datetime.datetime.now().isoformat()))
42 memcpy(this, &dt.datetime, sizeof(DATETIME)); in DATETIME()47 memcpy(this, &dt.datetime, sizeof(DATETIME)); in operator =()295 : IppNamedAttribute(t, n), datetime(*dt) in IppDatetimeAttribute()312 is >> datetime; in input()326 os << datetime; in output()334 os << '\t' << "Value(DateTime): " << datetime << '\n'; in print()
277 unsigned char datetime[11]; variable298 DATETIME datetime; variable