Package com.microstrategy.webapi
Interface EnumDSSXMLSearchUnit
- 
public interface EnumDSSXMLSearchUnitThis interface defines the enumeration constants used to specify the unit of time when searching for objects using a time based restriction.- Since:
 - MicroStrategy Web 7.3.1 or earlier
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static intDssXmlSearchUnitDaySpecifies a search unit of time, indicating the search interval should be expressed in days.static intDssXmlSearchUnitHourSpecifies a search unit of time, indicating the search interval should be expressed in hours.static intDssXmlSearchUnitMonthSpecifies a search unit of time, indicating the search interval should be expressed in months.static intDssXmlSearchUnitReservedReserved for future use.static intDssXmlSearchUnitWeekSpecifies a search unit of time, indicating the search interval should be expressed in weeks.static intDssXmlSearchUnitYearSpecifies a search unit of time, indicating the search interval should be expressed in years. 
 - 
 
- 
- 
Field Detail
- 
DssXmlSearchUnitReserved
static final int DssXmlSearchUnitReserved
Reserved for future use.- See Also:
 - Constant Field Values
 
 
- 
DssXmlSearchUnitHour
static final int DssXmlSearchUnitHour
Specifies a search unit of time, indicating the search interval should be expressed in hours.- See Also:
 - Constant Field Values
 
 
- 
DssXmlSearchUnitDay
static final int DssXmlSearchUnitDay
Specifies a search unit of time, indicating the search interval should be expressed in days.- See Also:
 - Constant Field Values
 
 
- 
DssXmlSearchUnitWeek
static final int DssXmlSearchUnitWeek
Specifies a search unit of time, indicating the search interval should be expressed in weeks.- See Also:
 - Constant Field Values
 
 
- 
DssXmlSearchUnitMonth
static final int DssXmlSearchUnitMonth
Specifies a search unit of time, indicating the search interval should be expressed in months.- See Also:
 - Constant Field Values
 
 
- 
DssXmlSearchUnitYear
static final int DssXmlSearchUnitYear
Specifies a search unit of time, indicating the search interval should be expressed in years.- See Also:
 - Constant Field Values
 
 
 - 
 
 -