[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.TimePeriods

TimePeriods Enum

Represents a time period which is used in date conditions.

Namespace: GrapeCity.Spreadsheet
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public enum TimePeriods
Public Enum TimePeriods

Fields

Name Description
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.