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