2.2.5.3 DateNodeType

Specifies how AutoFilter dates data is filtered by the protocol server when using the AutoFilterDateNodeInfo (section 2.2.4.9).

 <s:simpleType name="DateNodeType">
   <s:restriction base="s:string">
     <s:enumeration value="Nil"/>
     <s:enumeration value="Year"/>
     <s:enumeration value="Month"/>
     <s:enumeration value="Day"/>
     <s:enumeration value="Hour"/>
     <s:enumeration value="Minute"/>
     <s:enumeration value="Second"/>
     <s:enumeration value="Max"/>
   </s:restriction>
 </s:simpleType>

The following table specifies possible values for DateNodeType.

Value

Meaning

Nil

Specifies that the value in AutoFilterDateNodeInfo is excluded from the Filtered values of the AutoFilter.

Year

Specifies that the Year element value in AutoFilterDateNodeInfo is included in the Filtered values of the AutoFilter.

Month

Specifies that the Month element value in AutoFilterDateNodeInfo is included in the Filtered values of the AutoFilter.

Day

Specifies that the Day element value in AutoFilterDateNodeInfo is included in the Filtered values of the AutoFilter.

Hour

Specifies that the Hour element value in AutoFilterDateNodeInfo is included in the Filtered values of the AutoFilter.

Minute

Specifies that the Minute element value in AutoFilterDateNodeInfo is included in the Filtered values of the AutoFilter.

Second

Specifies that the Second element value in AutoFilterDateNodeInfo is included in the Filtered values of the AutoFilter.

Max

MUST NOT be used.