Result Class
(Sailfish::Mdm::CallHistory::Result)
Contains a result for a single time interval. More...
Header: | #include <mdm-callstatistics.h>
|
Public Variables
Detailed Description
Contains a result for a single time interval.
Member Variable Documentation
QDateTime Result::finish
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
QString Result::phoneNumber
The string indicating a caller phone number for this result, in UTC time.
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