ObjectRepositorySchema Schema
LastUpdateTime Element
Description
The date and time the test object was last modified.
Namespacehttp://www.mercury.com/qtp/ObjectRepository
Type
xs:string
Diagram
LastUpdateTime Element
Overview
LastUpdateTime optional xs:string
The date and time the test object was last modified.
Remarks

The value uses the following format:
Weekday, MMMM DD, YYYY HH:MM:SS (in 24 hour format).

Note: This value is generated automatically by the Object Repository Manager. It is recommended to avoid modifying this value manually. Entering an incorrect date or time format could result in unexpected behavior.

Source
<xs:element name="LastUpdateTime" type="xs:string" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>The date and time the test object was last modified. </xs:documentation>
  </xs:annotation>
</xs:element>
See Also