ICON Software Solutions
Assembly: Icon (in Icon.dll) Version: 2011.1.1.6 (2011.1.1.6)
Icon.Dates.Period enumeration
Namespace:
IconAssembly: Icon (in Icon.dll) Version: 2011.1.1.6 (2011.1.1.6)
Syntax
| C# |
|---|
public enum Period |
| Visual Basic (Declaration) |
|---|
Public Enumeration Period |
| Visual C++ |
|---|
public enum class Period |
| J# |
|---|
public enum Period |
Members
| Member name | Description | |
|---|---|---|
| Today | Today's date. | |
| Yesterday | Yesterday's date. | |
| Tomorrow | Tomorrow's date. | |
| LastWeek | Last week's date. | |
| LastMonth | Last month's date. | |
| LastQuarter | Last quarter's date. | |
| LastCalendarYear | Last year's date. | |
| LastFinancialYear | Last financial year's date. | |
| ThisWeek | This week's date. | |
| ThisMonth | This month's date. | |
| ThisQuarter | This quarter's date. | |
| ThisCalendarYear | This year's date. | |
| ThisFinancialYear | This financial year's date. | |
| Last7Days | The last 7 days. | |
| Last14Days | The last 14 days. | |
| Last28Days | The last 28 days. | |
| Last60Days | The last 60 days. | |
| Last90Days | The last 90 days. | |
| Last180Days | The last 180 days. | |
| DemoDate1 | Demo data dates (2003). | |
| DemoDate2 | Demo data dates (2005). | |
| DemoDate3 | Demo data dates (2008). |
Remarks
Use this enumeration to select the date range.