FilterDateType Enum
Declaration
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
|
BeyondThisYear
|
Earlier
|
EarlierThisMonth
|
EarlierThisWeek
|
EarlierThisYear
|
Empty
|
LastWeek
|
LaterThisMonth
|
LaterThisWeek
|
LaterThisYear
|
MonthAfter1
|
MonthAfter2
|
MonthAgo1
|
MonthAgo2
|
MonthAgo3
|
MonthAgo4
|
MonthAgo5
|
MonthAgo6
|
NextWeek
|
None
|
PriorThisYear
|
ThisMonth
|
ThisWeek
|
Today
|
Tomorrow
|
Yesterday
|