Namespace: Spire.Xls.Core.Spreadsheet.ConditionalFormatting
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public enum TimePeriodType
Public Enumeration TimePeriodType
public enum class TimePeriodType
type TimePeriodType
Members
| Member | Value | Description |
|---|---|---|
| Today | 0 | |
| Yesterday | 1 | |
| Tomorrow | 2 | |
| Last7Days | 3 | |
| ThisMonth | 4 | |
| LastMonth | 5 | |
| NextMonth | 6 | |
| ThisWeek | 7 | |
| LastWeek | 8 | |
| NextWeek | 9 |