cxFilterIncludeTodayInLastNextDaysList Variable
Specifies whether today’s date is included into the value range of date operators.
Declaration
var cxFilterIncludeTodayInLastNextDaysList: Boolean = True;
Variable Value
Type |
---|
Boolean |
Remarks
This variable specifies whether today’s date is included into the value range of date operators that calculate the range relative to today’s date, such as foLast7Days, foLast14Days, foLast30Days, foNext7Days, foNext14Days and foNext30Days. When the cxFilterIncludeTodayInLastNextDaysList variable is set to True, today’s date is included into the value range.
Refer to the TcxFilterOperatorKind type description for details on these operators.
See Also