SpreadsheetGear 2017
TimePeriods Enumeration






SpreadsheetGear Namespace : TimePeriods Enumeration
Syntax
'Declaration
 
Public Enum TimePeriods 
   Inherits System.Enum
'Usage
 
Dim instance As TimePeriods
public enum TimePeriods : System.Enum 
public enum TimePeriods = class(System.Enum)
public enum TimePeriods extends System.Enum
__value public enum TimePeriods : public System.Enum 
public enum class TimePeriods : public System.Enum 
Members
MemberDescription
Last7DaysSpecifies a time occurring within the previous 7 days.
LastMonthSpecifieds a time occurring last month.
LastWeekSpecifies a time occurring last week.
NextMonthSpecifies a time occurring next month.
NextWeekSpecifies a time occurring next week.
NoneSpecifies no time period designation.
ThisMonthSpecifies a time occurring this month.
ThisWeekSpecifies a time occurring this week.
TodaySpecifies a time occurring today.
TomorrowSpecifies a time occurring tomorrow.
YesterdaySpecifies a time occurring yesterday.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SpreadsheetGear.TimePeriods

Requirements

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

See Also

Reference

SpreadsheetGear Namespace