Result Class
(Sailfish::Mdm::SMSHistory::Result)
Contains a result for a single time interval. More...
Header: | #include <mdm-smshistory.h>
|
Public Variables
Detailed Description
Contains a result for a single time interval.
Member Variable Documentation
QString Result::phoneNumber
Sender phone number.
QDateTime Result::when
The date/time indicating the matching time interval for this result, in UTC time.
Note that this refers to the beginning of the time interval. For the first result this is the same as Filter::start, and otherwise it is the start of the day/month/year.
For example, if Filter::start is July 1, 2000 and Filter::end is June 30, 2002, and the , the list of results would contain three items with the when
value set to:
- July 1, 2000
- January 1, 2001
- January 1, 2002