# GC.Pivot.PivotDateFilterOperator

## Content

# Enumeration: PivotDateFilterOperator

[GC](../modules/GC).[Pivot](../modules/GC.Pivot).PivotDateFilterOperator

Describe the type of date filter

## Table of contents

### Enumeration members

- [Between](GC.Pivot.PivotDateFilterOperator#between)
- [M1](GC.Pivot.PivotDateFilterOperator#m1)
- [M10](GC.Pivot.PivotDateFilterOperator#m10)
- [M11](GC.Pivot.PivotDateFilterOperator#m11)
- [M12](GC.Pivot.PivotDateFilterOperator#m12)
- [M2](GC.Pivot.PivotDateFilterOperator#m2)
- [M3](GC.Pivot.PivotDateFilterOperator#m3)
- [M4](GC.Pivot.PivotDateFilterOperator#m4)
- [M5](GC.Pivot.PivotDateFilterOperator#m5)
- [M6](GC.Pivot.PivotDateFilterOperator#m6)
- [M7](GC.Pivot.PivotDateFilterOperator#m7)
- [M8](GC.Pivot.PivotDateFilterOperator#m8)
- [M9](GC.Pivot.PivotDateFilterOperator#m9)
- [Q1](GC.Pivot.PivotDateFilterOperator#q1)
- [Q2](GC.Pivot.PivotDateFilterOperator#q2)
- [Q3](GC.Pivot.PivotDateFilterOperator#q3)
- [Q4](GC.Pivot.PivotDateFilterOperator#q4)
- [after](GC.Pivot.PivotDateFilterOperator#after)
- [afterEqualsTo](GC.Pivot.PivotDateFilterOperator#afterequalsto)
- [before](GC.Pivot.PivotDateFilterOperator#before)
- [beforeEqualsTo](GC.Pivot.PivotDateFilterOperator#beforeequalsto)
- [dateToDate](GC.Pivot.PivotDateFilterOperator#datetodate)
- [equalsTo](GC.Pivot.PivotDateFilterOperator#equalsto)
- [lastMonth](GC.Pivot.PivotDateFilterOperator#lastmonth)
- [lastQuarter](GC.Pivot.PivotDateFilterOperator#lastquarter)
- [lastWeek](GC.Pivot.PivotDateFilterOperator#lastweek)
- [lastYear](GC.Pivot.PivotDateFilterOperator#lastyear)
- [nextMonth](GC.Pivot.PivotDateFilterOperator#nextmonth)
- [nextQuarter](GC.Pivot.PivotDateFilterOperator#nextquarter)
- [nextWeek](GC.Pivot.PivotDateFilterOperator#nextweek)
- [nextYear](GC.Pivot.PivotDateFilterOperator#nextyear)
- [notBetween](GC.Pivot.PivotDateFilterOperator#notbetween)
- [notEqualsTo](GC.Pivot.PivotDateFilterOperator#notequalsto)
- [thisMonth](GC.Pivot.PivotDateFilterOperator#thismonth)
- [thisQuarter](GC.Pivot.PivotDateFilterOperator#thisquarter)
- [thisWeek](GC.Pivot.PivotDateFilterOperator#thisweek)
- [thisYear](GC.Pivot.PivotDateFilterOperator#thisyear)
- [today](GC.Pivot.PivotDateFilterOperator#today)
- [tomorrow](GC.Pivot.PivotDateFilterOperator#tomorrow)
- [yearToDate](GC.Pivot.PivotDateFilterOperator#yeartodate)
- [yesterday](GC.Pivot.PivotDateFilterOperator#yesterday)

## Enumeration members

### <a id="between" name="between"></a> Between

• **Between** = `6`

Indicates whether the date time is between the certain time.

___

### <a id="m1" name="m1"></a> M1

• **M1** = `28`

Indicates the January of a year.

___

### <a id="m10" name="m10"></a> M10

• **M10** = `37`

Indicates the October of a year.

___

### <a id="m11" name="m11"></a> M11

• **M11** = `38`

Indicates the November of a year.

___

### <a id="m12" name="m12"></a> M12

• **M12** = `39`

Indicates the December of a year.

___

### <a id="m2" name="m2"></a> M2

• **M2** = `29`

Indicates the February of a year.

___

### <a id="m3" name="m3"></a> M3

• **M3** = `30`

Indicates the March of a year.

___

### <a id="m4" name="m4"></a> M4

• **M4** = `31`

Indicates the April of a year.

___

### <a id="m5" name="m5"></a> M5

• **M5** = `32`

Indicates the May of a year.

___

### <a id="m6" name="m6"></a> M6

• **M6** = `33`

Indicates the June of a year.

___

### <a id="m7" name="m7"></a> M7

• **M7** = `34`

Indicates the July of a year.

___

### <a id="m8" name="m8"></a> M8

• **M8** = `35`

Indicates the August of a year.

___

### <a id="m9" name="m9"></a> M9

• **M9** = `36`

Indicates the September of a year.

___

### <a id="q1" name="q1"></a> Q1

• **Q1** = `24`

Indicates the first quarter of a year.

___

### <a id="q2" name="q2"></a> Q2

• **Q2** = `25`

Indicates the second quarter of a year.

___

### <a id="q3" name="q3"></a> Q3

• **Q3** = `26`

Indicates the third quarter of a year.

___

### <a id="q4" name="q4"></a> Q4

• **Q4** = `27`

Indicates the fourth quarter of a year.

___

### <a id="after" name="after"></a> after

• **after** = `4`

Indicates whether the date time is after a certain time.

___

### <a id="afterequalsto" name="afterequalsto"></a> afterEqualsTo

• **afterEqualsTo** = `5`

Indicates whether the date time is after or equal to a certain time.

___

### <a id="before" name="before"></a> before

• **before** = `2`

Indicates whether the date time is before a certain time.

___

### <a id="beforeequalsto" name="beforeequalsto"></a> beforeEqualsTo

• **beforeEqualsTo** = `3`

Indicates whether the date time is before or equal to a certain time.

___

### <a id="datetodate" name="datetodate"></a> dateToDate

• **dateToDate** = `41`

Indicates the form customize start time to end time.

___

### <a id="equalsto" name="equalsto"></a> equalsTo

• **equalsTo** = `0`

Indicates whether the date time is equal to a certain time.

___

### <a id="lastmonth" name="lastmonth"></a> lastMonth

• **lastMonth** = `13`

Specifies last month.

___

### <a id="lastquarter" name="lastquarter"></a> lastQuarter

• **lastQuarter** = `20`

Specifies last Quarter.

___

### <a id="lastweek" name="lastweek"></a> lastWeek

• **lastWeek** = `16`

Specifies last week.

___

### <a id="lastyear" name="lastyear"></a> lastYear

• **lastYear** = `23`

Specifies last Year.

___

### <a id="nextmonth" name="nextmonth"></a> nextMonth

• **nextMonth** = `14`

Specifies next month.

___

### <a id="nextquarter" name="nextquarter"></a> nextQuarter

• **nextQuarter** = `18`

Specifies next Quarter.

___

### <a id="nextweek" name="nextweek"></a> nextWeek

• **nextWeek** = `17`

Specifies next week.

___

### <a id="nextyear" name="nextyear"></a> nextYear

• **nextYear** = `21`

Specifies next Year.

___

### <a id="notbetween" name="notbetween"></a> notBetween

• **notBetween** = `7`

Indicates whether the date time is not between the certain time.

___

### <a id="notequalsto" name="notequalsto"></a> notEqualsTo

• **notEqualsTo** = `1`

Indicates whether the date time is not equal to a certain time.

___

### <a id="thismonth" name="thismonth"></a> thisMonth

• **thisMonth** = `12`

Specifies this month.

___

### <a id="thisquarter" name="thisquarter"></a> thisQuarter

• **thisQuarter** = `19`

Specifies this Quarter.

___

### <a id="thisweek" name="thisweek"></a> thisWeek

• **thisWeek** = `15`

Specifies this week.

___

### <a id="thisyear" name="thisyear"></a> thisYear

• **thisYear** = `22`

Specifies this Year.

___

### <a id="today" name="today"></a> today

• **today** = `8`

Specifies today.

___

### <a id="tomorrow" name="tomorrow"></a> tomorrow

• **tomorrow** = `10`

Specifies tomorrow.

___

### <a id="yeartodate" name="yeartodate"></a> yearToDate

• **yearToDate** = `40`

Indicates the form Jan-1 to today in current year.

___

### <a id="yesterday" name="yesterday"></a> yesterday

• **yesterday** = `9`

Specifies yesterday.
