'Declaration
Public Enum TimePeriods Inherits System.Enum
'Usage
Dim instance As TimePeriods
public enum TimePeriods : System.Enum
'Declaration
Public Enum TimePeriods Inherits System.Enum
'Usage
Dim instance As TimePeriods
public enum TimePeriods : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
GrapeCity.Spreadsheet.TimePeriods