Table of Contents

Enum eExcelConditionalFormattingTimePeriodType

Namespace
OfficeOpenXml.ConditionalFormatting
Assembly
EPPlus.dll

Enum for Conditional Formatting Time Period Type ST_TimePeriod §18.18.82

public enum eExcelConditionalFormattingTimePeriodType

Fields

Last7Days = 0

Last 7 Days. A date in the last seven days.

LastMonth = 1

Last Month. A date occuring in the last calendar month.

LastWeek = 2

Last Week. A date occuring last week.

NextMonth = 3

Next Month. A date occuring in the next calendar month.

NextWeek = 4

Next Week. A date occuring next week.

ThisMonth = 5

This Month. A date occuring in this calendar month.

ThisWeek = 6

This Week. A date occuring this week.

Today = 7

Today. Today's date.

Tomorrow = 8

Tomorrow. Tomorrow's date.

Yesterday = 9

Yesterday. Yesterday's date.