timeperiodtype-ag凯发旗舰厅



com.spire.xls.core.spreadsheet.conditionalformatting
enum timeperiodtype

java.lang.object
  extended by java.lang.enum<timeperiodtype>
      extended by com.spire.xls.core.spreadsheet.conditionalformatting.timeperiodtype
all implemented interfaces:
java.lang.comparable<timeperiodtype>

public enum timeperiodtype
extends java.lang.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

today

public static final timeperiodtype today
today's date.

yesterday

public static final timeperiodtype yesterday
yesterday's date.

tomorrow

public static final timeperiodtype tomorrow
tomorrow's date.

last7days

public static final timeperiodtype last7days
a date in the last seven days.

thismonth

public static final timeperiodtype thismonth
a date occuring in this calendar month.

lastmonth

public static final timeperiodtype lastmonth
a date occuring in the last calendar month.

nextmonth

public static final timeperiodtype nextmonth
a date occuring in the next calendar month.

thisweek

public static final timeperiodtype thisweek
a date occuring this week.

lastweek

public static final timeperiodtype lastweek
a date occuring last week.

nextweek

public static final timeperiodtype nextweek
a date occuring next week.


网站地图