QRY_Condition.UnitOfTime
Class
apex
global enum QRY_Condition.UnitOfTimeUnits of time for SOQL date literals.
Since: 1.0
Values
| Value | Description |
|---|---|
| global DAY | Day unit (LAST_N_DAYS, NEXT_N_DAYS, etc.) |
| global FISCAL_QUARTER | Fiscal quarter unit (LAST_N_FISCAL_QUARTERS, etc.) |
| global FISCAL_YEAR | Fiscal year unit (LAST_N_FISCAL_YEARS, etc.) |
| global MONTH | Month unit (THIS_MONTH, LAST_MONTH - not supported with N) |
| global QUARTER | Quarter unit (LAST_N_QUARTERS, etc.) |
| global WEEK | Week unit (THIS_WEEK, LAST_WEEK - not supported with N) |
| global YEAR | Year unit (LAST_N_YEARS, etc.) |
Value Details
DAY
apex
global DAYDay unit (LAST_N_DAYS, NEXT_N_DAYS, etc.)
FISCAL_QUARTER
apex
global FISCAL_QUARTERFiscal quarter unit (LAST_N_FISCAL_QUARTERS, etc.)
FISCAL_YEAR
apex
global FISCAL_YEARFiscal year unit (LAST_N_FISCAL_YEARS, etc.)
MONTH
apex
global MONTHMonth unit (THIS_MONTH, LAST_MONTH - not supported with N)
QUARTER
apex
global QUARTERQuarter unit (LAST_N_QUARTERS, etc.)
WEEK
apex
global WEEKWeek unit (THIS_WEEK, LAST_WEEK - not supported with N)
YEAR
apex
global YEARYear unit (LAST_N_YEARS, etc.)