![]() |
||
Home Products Purchase Downloads Demos Forums Blogs Ticket Wiki API Corporate |
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TimePeriodType
Used in a FormatConditionType.TimePeriod conditional formatting rule. These are dynamic time periods, which are changed based on the date the conditional formatting is refreshed / applied.
Field Summary | |
---|---|
static byte |
LAST_7_DAYS
A date in the last seven days. |
static byte |
LAST_MONTH
A date occuring in the last calendar month. |
static byte |
LAST_WEEK
A date occuring last week. |
static byte |
NEXT_MONTH
A date occuring in the next calendar month. |
static byte |
NEXT_WEEK
A date occuring next week. |
static byte |
THIS_MONTH
A date occuring in this calendar month. |
static byte |
THIS_WEEK
A date occuring this week. |
static byte |
TODAY
Today's date. |
static byte |
TOMORROW
Tomorrow's date. |
static byte |
YESTERDAY
Yesterday's date. |
Field Detail |
---|
static final byte TODAY
static final byte YESTERDAY
static final byte TOMORROW
static final byte LAST_7_DAYS
static final byte THIS_MONTH
static final byte LAST_MONTH
static final byte NEXT_MONTH
static final byte THIS_WEEK
static final byte LAST_WEEK
static final byte NEXT_WEEK
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |