DateOccurringFilterDateType Type
Declaration
export type DateOccurringFilterDateType = /*'None' | 'SpecificDate' |*/ "BeyondThisYear" | "LaterThisYear" | "LaterThisMonth" | "LaterThisWeek" | "NextWeek" | "Tomorrow" | "Today" | "Yesterday" | "EarlierThisWeek" | "LastWeek" | "EarlierThisMonth" | "EarlierThisYear" | "PriorThisYear" | "Empty" | /*'User' |*/ "Beyond" | "ThisWeek" | "ThisMonth" | "MonthAfter1" | "MonthAfter2" | "MonthAgo1" | "MonthAgo2" | "MonthAgo3" | "MonthAgo4" | "MonthAgo5" | "MonthAgo6" | "Earlier"
Members
Name |
"BeyondThisYear" |
"LaterThisYear" |
"LaterThisMonth" |
"LaterThisWeek" |
"NextWeek" |
"Tomorrow" |
"Today" |
"Yesterday" |
"EarlierThisWeek" |
"LastWeek" |
"EarlierThisMonth" |
"EarlierThisYear" |
"PriorThisYear" |
"Empty" |
"Beyond" |
"ThisWeek" |
"ThisMonth" |
"MonthAfter1" |
"MonthAfter2" |
"MonthAgo1" |
"MonthAgo2" |
"MonthAgo3" |
"MonthAgo4" |
"MonthAgo5" |
"MonthAgo6" |
"Earlier" |