Lines Matching refs:BDateTime
54 4-digit year format. When formatting a \ref BPrivate::BDateTime to a string, it will always use
100 Note that for quick conversions of a \ref BDateTime into a \ref BString and vice versa, you can
116 \fn BHttpTime::BHttpTime(BDateTime date)
119 \param date A valid \ref BDateTime object for the desired timestamp.
142 \fn void BHttpTime::SetTo(BDateTime date)
145 \param date A valid \ref BDateTime object for the desired timestamp.
168 \fn BDateTime BPrivate::Network::BHttpTime::DateTime() const noexcept
171 \return A valid \ref BDateTime object that contains the timestamp that this object is currently
188 If the timestamp was set by setting it to a \ref BDateTime object, then this will always return
192 \c BHttpTimeFormat::RFC1123 if the timestamp was set by a \ref BDateTime.
214 \fn BString format_http_time(BDateTime timestamp,
221 \param timestamp A valid \ref BDateTime object for the desired timestamp.
237 \fn BDateTime parse_http_time(const BString &string)
238 \brief Parse a \a string that contains a timestamp and return a \ref BDateTime object.