This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Values for fixed periods that can be selected for reports
Namespace: Smartsite.ManagementInformation
Assembly: Smartsite.ManagementInformation (in Smartsite.ManagementInformation.dll)
Syntax
C# | Copy Code |
---|---|
public enum FixedPeriod |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Enumeration FixedPeriod |
Members
Member name | Description | |
---|---|---|
Today |
Today
| |
Yesterday |
Yesterday
| |
ThisWeek |
This week
| |
PreviousWeek |
Previous week
| |
LastWeek |
Last week
| |
Last2Weeks |
Last 2 weeks
| |
Last3Weeks |
Last 3 weeks
| |
Last4Weeks |
Last 4 weeks
| |
ThisMonth |
This month
| |
PreviousMonth |
Previous month
| |
LastMonth |
Last month
| |
Last2Months |
Last 2 months
| |
Last3Months |
Last 3 months
| |
Last6Months |
Last 6 months
| |
ThisYear |
This year
| |
PreviousYear |
Previous year
| |
LastYear |
Last year
| |
All |
All data that was ever stored in the database.
|
See Also
Smartsite.ManagementInformation Namespace