FilterDateOption
Represents options to filter document records by date.
- FilterDateOption.None
=
0The filter does not apply.
- FilterDateOption.Before
=
1Filter records before given date.
- FilterDateOption.After
=
2Filter records after given date.
- FilterDateOption.Exact
=
3Filter records, where date matches given date exactly.