'Declaration Public Enum TimePeriod Inherits System.Enum
'Usage Dim instance As TimePeriod
public enum TimePeriod : System.Enum
'Declaration Public Enum TimePeriod Inherits System.Enum
'Usage Dim instance As TimePeriod
public enum TimePeriod : System.Enum
Member | Description |
---|---|
Last7Days | Indicates a date in the last seven days. |
LastMonth | Indicates a date that occurred in the last calendar month. |
LastWeek | Indicates a date that occurred last week. |
NextMonth | Indicates a date that occurs in the next calendar month. |
NextWeek | Indicates a date that occurs next week. |
ThisMonth | Indicates a date that occurs in this calendar month. |
ThisWeek | Indicates a date that occurs this week. |
Today | Indicates today's date. |
Tomorrow | Indicates tomorrow's date. |
Yesterday | Indicates yesterday's date. |
System.Object
System.ValueType
System.Enum
FarPoint.Web.Spread.TimePeriod