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

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).

<xs:element name="DateCreated">
	<xs:complexType>
		<xs:sequence
			minOccurs="0"
			maxOccurs="unbounded"
		>
			<xs:element
				ref="Rule"
			 />
		</xs:sequence>
	</xs:complexType>
</xs:element>

The DateCreated element is defined by the FolderAndFileCommonPropertiesGroup.

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.