Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate


com.aspose.cells
Interface TimePeriodType


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

TODAY

static final byte TODAY
Today's date.

See Also:
Constant Field Values

YESTERDAY

static final byte YESTERDAY
Yesterday's date.

See Also:
Constant Field Values

TOMORROW

static final byte TOMORROW
Tomorrow's date.

See Also:
Constant Field Values

LAST_7_DAYS

static final byte LAST_7_DAYS
A date in the last seven days.

See Also:
Constant Field Values

THIS_MONTH

static final byte THIS_MONTH
A date occuring in this calendar month.

See Also:
Constant Field Values

LAST_MONTH

static final byte LAST_MONTH
A date occuring in the last calendar month.

See Also:
Constant Field Values

NEXT_MONTH

static final byte NEXT_MONTH
A date occuring in the next calendar month.

See Also:
Constant Field Values

THIS_WEEK

static final byte THIS_WEEK
A date occuring this week.

See Also:
Constant Field Values

LAST_WEEK

static final byte LAST_WEEK
A date occuring last week.

See Also:
Constant Field Values

NEXT_WEEK

static final byte NEXT_WEEK
A date occuring next week.

See Also:
Constant Field Values