Enum
OccurrenceTimePeriod

Specifies time periods for conditional formatting rules that compare dates against relative time ranges.

Definition

Namespace:Telerik.Windows.Documents.Spreadsheet.Model.ConditionalFormattings

Assembly:Telerik.Windows.Documents.Spreadsheet.dll

Syntax:

cs-api-definition
public enum OccurrenceTimePeriod

Fields

Last7Days

Matches dates occurring in the last 7 days.

Declaration

cs-api-definition
Last7Days = 3

Field Value

OccurrenceTimePeriod

LastMonth

Matches dates occurring in the previous month.

Declaration

cs-api-definition
LastMonth = 6

Field Value

OccurrenceTimePeriod

LastWeek

Matches dates occurring in the previous week.

Declaration

cs-api-definition
LastWeek = 9

Field Value

OccurrenceTimePeriod

NextMonth

Matches dates occurring in the next month.

Declaration

cs-api-definition
NextMonth = 5

Field Value

OccurrenceTimePeriod

NextWeek

Matches dates occurring in the next week.

Declaration

cs-api-definition
NextWeek = 8

Field Value

OccurrenceTimePeriod

ThisMonth

Matches dates occurring in the current month.

Declaration

cs-api-definition
ThisMonth = 4

Field Value

OccurrenceTimePeriod

ThisWeek

Matches dates occurring in the current week.

Declaration

cs-api-definition
ThisWeek = 7

Field Value

OccurrenceTimePeriod

Today

Matches dates occurring today.

Declaration

cs-api-definition
Today = 0

Field Value

OccurrenceTimePeriod

Tomorrow

Matches dates occurring tomorrow.

Declaration

cs-api-definition
Tomorrow = 2

Field Value

OccurrenceTimePeriod

Yesterday

Matches dates occurring yesterday.

Declaration

cs-api-definition
Yesterday = 1

Field Value

OccurrenceTimePeriod