XlCondFmtTimePeriod Enum
In This Article
Lists applicable time periods in a “date occurring…” conditional formatting rule.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
#Members
Name | Description |
---|---|
Last7Days
|
A date in the last seven days. |
Last
|
A date occurring last month. |
Last
|
A date occurring last week. |
Next
|
A date occurring next month. |
Next
|
A date occurring next week. |
This
|
A date occurring this month. |
This
|
A date occurring this week. |
Today
|
Today’s date. |
Tomorrow
|
Tomorrow’s date. |
Yesterday
|
Yesterday’s date. |
#Related API Members
The following properties accept/return XlCondFmtTimePeriod values:
See Also