QDate also encodes time of day?
Unsolved
General and Desktop
-
I'm wondering if QDate actually stores the time of day
in addition to the date.
QDate appears to be just a container for a 64-bit value.
The QDate header file just points to qdatetime.h.
If it does encode date+time, and it was possibly formerly qdatetime, why does it not provide methods for accessing time of day?