FilterDateType Enum
In This Article
#Declaration
TypeScript
export enum FilterDateType {
None = 0,
BeyondThisYear = 2,
LaterThisYear = 4,
LaterThisMonth = 8,
LaterThisWeek = 16,
NextWeek = 32,
Tomorrow = 64,
Today = 128,
Yesterday = 256,
EarlierThisWeek = 512,
LastWeek = 1024,
EarlierThisMonth = 2048,
EarlierThisYear = 4096,
PriorThisYear = 8192,
Empty = 16384,
Beyond = 131072,
ThisWeek = 262144,
ThisMonth = 524288,
MonthAfter1 = 1048576,
MonthAfter2 = 2097152,
MonthAgo1 = 4194304,
MonthAgo2 = 8388608,
MonthAgo3 = 16777216,
MonthAgo4 = 33554432,
MonthAgo5 = 67108864,
MonthAgo6 = 134217728,
Earlier = 268435456
}
#Members
Name |
---|
Beyond
|
Beyond
|
Earlier
|
Earlier
|
Earlier
|
Earlier
|
Empty
|
Last
|
Later
|
Later
|
Later
|
Month
|
Month
|
Month
|
Month
|
Month
|
Month
|
Month
|
Month
|
Next
|
None
|
Prior
|
This
|
This
|
Today
|
Tomorrow
|
Yesterday
|