GrapeCity.Spreadsheet Namespace / TimePeriods Enumeration


TimePeriods Enumeration
Represents a time period which is used in date conditions.
Syntax
'Declaration
 
Public Enum TimePeriods 
   Inherits System.Enum
 
'Usage
 
Dim instance As TimePeriods
Members
MemberDescription
Last7DaysA date in the last seven days.
LastMonthA date occuring in the last calendar month.
LastWeekA date occuring last week.
NextMonthA date occuring in the next calendar month.
NextWeekA date occuring next week.
ThisMonthA date occuring in this calendar month.
ThisWeekA date occuring this week.
TodayToday's date.
TomorrowTomorrow's date.
YesterdayYesterday's date.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Spreadsheet.TimePeriods

See Also