In Configuration Manager 2007, the DateModified (FolderAndFileCommonPropertiesGroup) element is the date the file or folder was modified.

Important
Dates must conform to the dateTime format that is defined at: W3C XML Schema Recommendation: dateTime (http://go.microsoft.com/fwlink/?LinkId=93691).When creating rules, you should be aware that desired configuration management performs all date comparisons in Coordinated Universal Time (UTC).The DateModified element is defined by the FolderAndFileCommonPropertiesGroup.
<xs:element name="DateModified">
	<xs:complexType>
		<xs:sequence
			minOccurs="0"
			maxOccurs="unbounded"
		>
			<xs:element
				ref="Rule"
			 />
		</xs:sequence>
	</xs:complexType>
</xs:element>

Child Elements

Element Type Description

Rule

tns:RuleType

Defines a rule to be evaluated against a part’s property or a setting's value.

See Also


Send comments about this topic to Microsoft.