Share via


_sWebMetadata.LastModified field

Specifies the UTC date and time when the site collection containing the site was last modified.

Namespace:  WebSvcSiteData
Assembly:  STSSOAP (in STSSOAP.dll)

Syntax

'Declaration
Public LastModified As DateTime
'Usage
Dim instance As _sWebMetadata
Dim value As DateTime

value = instance.LastModified

instance.LastModified = value
public DateTime LastModified

Remarks

Almost all date and time values that are returned by members of the Windows SharePoint Services object model are in UTC format.

See also

Reference

_sWebMetadata structure

_sWebMetadata members

WebSvcSiteData namespace

Time