|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |
java.lang.objectjava.lang.enum<timeperiodtype>
com.spire.xls.core.spreadsheet.conditionalformatting.timeperiodtype
public enum timeperiodtype
used in a formatconditiontype.timeperiod conditional formatting rule. these are dynamic time periods, which change based on the date the conditional formatting is refreshed / applied.
enum constant summary | |
---|---|
last7days
a date in the last seven days. |
|
lastmonth
a date occuring in the last calendar month. |
|
lastweek
a date occuring last week. |
|
nextmonth
a date occuring in the next calendar month. |
|
nextweek
a date occuring next week. |
|
thismonth
a date occuring in this calendar month. |
|
thisweek
a date occuring this week. |
|
today
today's date. |
|
tomorrow
tomorrow's date. |
|
yesterday
yesterday's date. |
enum constant detail |
---|
public static final timeperiodtype today
public static final timeperiodtype yesterday
public static final timeperiodtype tomorrow
public static final timeperiodtype last7days
public static final timeperiodtype thismonth
public static final timeperiodtype lastmonth
public static final timeperiodtype nextmonth
public static final timeperiodtype thisweek
public static final timeperiodtype lastweek
public static final timeperiodtype nextweek
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |