FilterSetDateAbsolute()

Filters items according to an absolute date or date range.

Token ID

AFTKN_FILTER_SET_DATE_ABSOLUTE or 726

Syntax

VOID FilterSetDateAbsolute (ENUM FilterHandleType; 
                             ENUM FilterDateType; 
                            [ANSISTRING FieldName]; 
                            [ANSISTRING UserID]; 
                             ENUM Operation; 
                             WORD DayOfMonth; 
                             WORD Month; 
                             WORD Year])

Parameters

FilterHandleType As ENUM

Unique filter identifier, returned by FilterCreate():

  • 315 Default
FilterDateType As ENUM

Specifies the filter date type as follows:

112

AssignedDate

126

BeginDateTime

139

CreateDate

507

DeliveredDate

148

DueDate

151

EndDateTime

331

NamedField

FieldName As ANSISTRING

(Optional)

UserID As ANSISTRING

(Optional)

Operation As ENUM

Specifies the operation as follows:

320

Equal

321

GT

322

GTE

318

LT

319

LTE

DayOfMonth As WORD

Month As WORD

Range from 0-11 (not 1-12).

Year As WORD