NotebookEntryDueDate

#include <bb/pim/notebook/NotebookEntryDueDate>

To link against this class, add the following line to your .pro file: LIBS += -lbbpim

The NotebookEntryDueDate class provides a set of options for filtering notebook entries by due date.

Since:

BlackBerry 10.0.0

Public Types Index

Public Types

Type

An enumeration of supported due date filter options.

A search query can be restricted to any of the available filter options.

Since:

BlackBerry 10.0.0

NotSpecified = 0

Indicates that a search should match all notebook entries.

Since:

BlackBerry 10.0.0

NoDate = 1

Indicates that a search should match notebook entries with no due date.

Since:

BlackBerry 10.0.0

AnyDate = 3

Indicates that a search should match notebook entries with any due date.

Since:

BlackBerry 10.0.0

BySpecificDate = 2

Indicates that a search should match notebook entries that are due up to and including a specified due date.

Since:

BlackBerry 10.0.0

AfterSpecificDate = 4

Indicates that a search should match notebook entries that are due after and excluding a specified date.

Since:

BlackBerry 10.0.0

WithinSpecificRange = 5

Indicates that a search should match notebook entries that are due within a specified date range.

This check does not include (is strictly after) the "due after" date/time, but it does include (is up to and including) the "due by" date/time.

Since:

BlackBerry 10.0.0