'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 | Specifies a time occurring within the previous 7 days. |
LastMonth | Specifieds a time occurring last month. |
LastWeek | Specifies a time occurring last week. |
NextMonth | Specifies a time occurring next month. |
NextWeek | Specifies a time occurring next week. |
None | Specifies no time period designation. |
ThisMonth | Specifies a time occurring this month. |
ThisWeek | Specifies a time occurring this week. |
Today | Specifies a time occurring today. |
Tomorrow | Specifies a time occurring tomorrow. |
Yesterday | Specifies a time occurring yesterday. |
System.Object
System.ValueType
System.Enum
SpreadsheetGear.TimePeriods
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2