_sListWithTime.LastModified Field
Specifies the UTC date and time when the site collection containing the site was last modified.
Namespace: [SiteData Web service]
Web service reference: http://Site/_vti_bin/SiteData.asmx
Syntax
'Declaration
Public LastModified As DateTime
'Usage
Dim instance As _sListWithTime
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. Note that Greenwich Mean Time (GMT) is equivalent to UTC when fractions of a second are not considered important.
For more information about UTC, see the National Institute of Standards and Technology Web site.