com.microstrategy.webapi.EnumDSSXMLSearchUnit |
This interface defines the enumeration constants used to specify the unit of time when searching for objects using a time based restriction.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | DssXmlSearchUnitDay | Specifies a search unit of time, indicating the search interval should be expressed in days. | |||||||||
int | DssXmlSearchUnitHour | Specifies a search unit of time, indicating the search interval should be expressed in hours. | |||||||||
int | DssXmlSearchUnitMonth | Specifies a search unit of time, indicating the search interval should be expressed in months. | |||||||||
int | DssXmlSearchUnitReserved | Reserved for future use. | |||||||||
int | DssXmlSearchUnitWeek | Specifies a search unit of time, indicating the search interval should be expressed in weeks. | |||||||||
int | DssXmlSearchUnitYear | Specifies a search unit of time, indicating the search interval should be expressed in years. |
Specifies a search unit of time, indicating the search interval should be expressed in days.
Specifies a search unit of time, indicating the search interval should be expressed in hours.
Specifies a search unit of time, indicating the search interval should be expressed in months.
Reserved for future use.
Specifies a search unit of time, indicating the search interval should be expressed in weeks.
Specifies a search unit of time, indicating the search interval should be expressed in years.