TTimePeriod Enumeration
A time period for conditional format.
Syntax
Unit: FlexCel.Core
Members
Name |
Value |
Description |
Today |
0 |
Today.
|
Yesterday |
1 |
Yesterday.
|
Tomorrow |
2 |
Tomorrow.
|
Last7Days |
3 |
Last7Days.
|
ThisMonth |
4 |
ThisMonth.
|
LastMonth |
5 |
LastMonth.
|
NextMonth |
6 |
NextMonth.
|
ThisWeek |
7 |
ThisWeek.
|
LastWeek |
8 |
LastWeek.
|
NextWeek |
9 |
NextWeek.
|