Enum DateOperators
Defines the conditional operators for date type fields. They are Equals - Display the pivot table that matches with the given text or value or date. DoesNotEquals - Display the pivot table that does not match with the given text or value or date. Before - Display the pivot table with preview all records from the given date. BeforeOrEqualTo - Display the pivot table with previous all records along with the given date. After - Display the pivot table with next all records to the given date. AfterOrEqualTo - Display the pivot table with next all records along with the given date. Between - Display the pivot table that records between the start and end text or value or date. NotBetween - Display the pivot table that does not record between the start and end text or value or date.
Namespace: Syncfusion.EJ2.Pivot
Assembly: Syncfusion.EJ2.Pivot.dll
Syntax
public enum DateOperators
Fields
Name | Description |
---|---|
After | After - Display the pivot table with next all records to the given date. |
AfterOrEqualTo | AfterOrEqualTo - Display the pivot table with next all records along with the given date. |
Before | Before - Display the pivot table with preview all records from the given date. |
BeforeOrEqualTo | BeforeOrEqualTo - Display the pivot table with previous all records along with the given date. |
Between | Between - Display the pivot table that records between the start and end text or value or date. |
DoesNotEquals | DoesNotEquals - Display the pivot table that does not match with the given text or value or date. |
Equals | Equals - Display the pivot table that matches with the given text or value or date. |
NotBetween | NotBetween - Display the pivot table that does not record between the start and end text or value or date. |