Filters items according to an absolute date or date range.
AFTKN_FILTER_SET_DATE_ABSOLUTE or 726
VOID FilterSetDateAbsolute (ENUM FilterHandleType;
ENUM FilterDateType;
[ANSISTRING FieldName];
[ANSISTRING UserID];
ENUM Operation;
WORD DayOfMonth;
WORD Month;
WORD Year])
Unique filter identifier, returned by FilterCreate():
Specifies the filter date type as follows:
|
112 |
AssignedDate |
|
126 |
BeginDateTime |
|
139 |
CreateDate |
|
507 |
DeliveredDate |
|
148 |
DueDate |
|
151 |
EndDateTime |
|
331 |
NamedField |
(Optional)
(Optional)
Specifies the operation as follows:
|
320 |
Equal |
|
321 |
GT |
|
322 |
GTE |
|
318 |
LT |
|
319 |
LTE |
Range from 0-11 (not 1-12).