Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / TimePeriods Enumeration


In This Topic
    TimePeriods Enumeration
    In This Topic
    Represents a time period which is used in date conditions.
    Syntax
    'Declaration
     
    
    Public Enum TimePeriods 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As TimePeriods
    public enum TimePeriods : System.Enum 
    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