2.2.4.2 _sWebWithTime

The _sWebWithTime type contains URL and last modified information of a site.

 <s:complexType name="_sWebWithTime">
   <s:sequence>
     <s:element minOccurs="1" maxOccurs="1" name="Url" type="s:string" />
     <s:element minOccurs="1" maxOccurs="1" name="LastModified" type="s:dateTime" />
   </s:sequence>
 </s:complexType>
  

Url: Specifies the absolute URL of a site.

LastModified: Specifies the date and time, as a locale-dependent short date value and long time value, separated by a space in UTC, when the contents of the site were last modified.