Enumeration FormatConditionTimePeriod

Constants which define the manner in which a cell's date/time value is compared when evaluating a DateTimeConditionalFormat.

Enumeration Members

LastMonth: 9

The cell's date/time value is compared to the month before the current one.

LastSevenDays: 6

The cell's date/time value meets the condition if it lies within the range of the past seven days, without regard to the CalendarWeekRule.

LastWeek: 5

The cell's date/time value is compared to the week before the current one, as defined by the CalendarWeekRule.

NextMonth: 8

The cell's date/time value is compared to the month after the current one.

NextWeek: 4

The cell's date/time value is compared to the week after the current one, as defined by the CalendarWeekRule.

ThisMonth: 7

The cell's date/time value is compared to the current month.

ThisWeek: 3

The cell's date/time value is compared to the current week, as defined by the CalendarWeekRule.

Today: 0

The cell's date/time value is compared to the current date.

Tomorrow: 1

The cell's date/time value is compared to the day after the current date.

Yesterday: 2

The cell's date/time value is compared to the day before the current date.