Click or drag to resize

ICaseDateRangeFilter Property

Provides accress to the date range filters of this case

Namespace:  EdaIntegrationContract.Case
Assembly:  EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 1.0
Syntax
C#
IDateRangeFilterManager DateRangeFilter { get; }

Return Value

Type: IDateRangeFilterManager
Returns the DateRangeFilterManager for accessing information relating to the date range filters of this case.
See Also