LastModifiedDate

MBAE deprecation warning

Important

Starting in Windows 10, version 1803, the MBAE app experience is replaced by an MO UWP app. For more information about MO UWP apps, see UWP mobile broadband apps.

The LastModifiedDate element specifies the timestamp on which the service metadata package was last changed. Based on this information, the operating system selects and loads the most recent service metadata package version.

Usage

<LastModifiedDate>
  text
</LastModifiedDate>

Attributes

There are no attributes.

Text value

The timestamp value is represented in the Universal Time Coordinated (UTC) format.

Child elements

There are no child elements.

Parent elements

Element Description

MetadataKey

The MetadataKey element specifies the attributes of the device metadata package. These include the following:

  • The identifier for each hardware function supported by the device.

  • The language-specific locale for the text strings within the package.

XSD

<xs:element name="LastModifiedDate" type="xs:dateTime" />

Remarks

  • The value of the LastModifiedDate element must represent the actual time that the metadata package was last changed.

  • Each time you submit your service metadata package to the Windows Hardware Dev Center Dashboard for distribution through Windows Metadata and Internet Services (WMIS), the LastModifiedDate element is updated after your package is validated.

The LastModifiedDate element is required.