Click or drag to resize

IDateRangeFilterManagerAddDateRangeFilter Method

Adds a date range filter

Namespace:  EdaIntegrationContract.Filters
Assembly:  EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 7.6
Syntax
C#
IDateRangeFilterDefinition AddDateRangeFilter(
	DateTime startDate,
	DateTime endDate,
	bool includeItems = true,
	bool runResolveFilters = true
)

Parameters

startDate
Type: SystemDateTime
The beginning date of the date range
endDate
Type: SystemDateTime
The end date of the range
includeItems (Optional)
Type: SystemBoolean
Flag indicating whether items in the range are included or excluded
runResolveFilters (Optional)
Type: SystemBoolean
Flag indicating whether the system should immediately resolve the results of adding this filter

Return Value

Type: IDateRangeFilterDefinition
The date range filter that was just created
See Also