Field Summary | ||
---|---|---|
const int | TODAY | |
Today's date. | ||
const int | YESTERDAY | |
Yesterday's date. | ||
const int | TOMORROW | |
Tomorrow's date. | ||
const int | LAST_7_DAYS | |
A date in the last seven days. | ||
const int | THIS_MONTH | |
A date occuring in this calendar month. | ||
const int | LAST_MONTH | |
A date occuring in the last calendar month. | ||
const int | NEXT_MONTH | |
A date occuring in the next calendar month. | ||
const int | THIS_WEEK | |
A date occuring this week. | ||
const int | LAST_WEEK | |
A date occuring last week. | ||
const int | NEXT_WEEK | |
A date occuring next week. |
Field Detail |
---|
TODAY | |
const int TODAY |
YESTERDAY | |
const int YESTERDAY |
TOMORROW | |
const int TOMORROW |
LAST_7_DAYS | |
const int LAST_7_DAYS |
THIS_MONTH | |
const int THIS_MONTH |
LAST_MONTH | |
const int LAST_MONTH |
NEXT_MONTH | |
const int NEXT_MONTH |
THIS_WEEK | |
const int THIS_WEEK |
LAST_WEEK | |
const int LAST_WEEK |
NEXT_WEEK | |
const int NEXT_WEEK |