_sFPUrl.LastModified Field
Specifies the date and time, in UTC format, when the folder, document or page 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 _sFPUrl
Dim value As DateTime
value = instance.LastModified
instance.LastModified = value
public DateTime LastModified
Remarks
Windows SharePoint Services stores date and time values in Coordinated Universal Time (UTC) format, and almost all date and time values that are returned by members of the object model are in UTC format.
See Also
Reference
Time