Home
last modified time | relevance | path

Searched refs:datetime (Results 1 – 4 of 4) sorted by relevance

/haiku/docs/user/locale/
H A DDateTimeFormat.dox19 \brief Contains BDateTimeFormat class, a datetime formatter and parser.
73 \brief Fills in \a string with a formatted datetime up to \a maxSize bytes
76 \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
/haiku/src/apps/haikudepot/build/scripts/
H A Dhdsjsonschemacommon.py9 import datetime
125 ) % (variant, inputfilename, datetime.datetime.now().isoformat()))
/haiku/src/add-ons/print/transports/ipp/
H A DIppContent.cpp42 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()
H A DIppContent.h277 unsigned char datetime[11]; variable
298 DATETIME datetime; variable