Share via


DateModified (FolderAndFileCommonPropertiesGroup) Element

Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2

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 (https://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

Concepts

FolderAndFileCommonPropertiesGroup
Authoring Desired Configuration Management Configuration Baselines and Configuration Items