Interface EnumDSSXMLSearchUnit


  • public interface EnumDSSXMLSearchUnit
    This 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 int DssXmlSearchUnitDay
      Specifies a search unit of time, indicating the search interval should be expressed in days.
      static int DssXmlSearchUnitHour
      Specifies a search unit of time, indicating the search interval should be expressed in hours.
      static int DssXmlSearchUnitMonth
      Specifies a search unit of time, indicating the search interval should be expressed in months.
      static int DssXmlSearchUnitReserved
      Reserved for future use.
      static int DssXmlSearchUnitWeek
      Specifies a search unit of time, indicating the search interval should be expressed in weeks.
      static int DssXmlSearchUnitYear
      Specifies 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