XlCondFmtRuleTimePeriod.TimePeriod Property
Gets or sets the time period used as a formatting criterion used in the “date occurring…” conditional formatting rule.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v25.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Property Value
| Type | Description |
|---|---|
| XlCondFmtTimePeriod | One of the XlCondFmtTimePeriod enumeration values indicating the time period. |
Available values:
| Name | Description |
|---|---|
| Last7Days | A date in the last seven days. |
| LastMonth | A date occurring last month. |
| LastWeek | A date occurring last week. |
| NextMonth | A date occurring next month. |
| NextWeek | A date occurring next week. |
| ThisMonth | A date occurring this month. |
| ThisWeek | A date occurring this week. |
| Today | Today’s date. |
| Tomorrow | Tomorrow’s date. |
| Yesterday | Yesterday’s date. |
See Also