Share via


ResourceStore.GetTimeStamp Method

Returns the last modified timestamp of a resource.

Namespace:  Microsoft.SharePoint.Search.Extended.Administration.ResourceStorage
Assembly:  Microsoft.SharePoint.Search.Extended.Administration.ResourceStorage (in Microsoft.SharePoint.Search.Extended.Administration.ResourceStorage.dll)

Syntax

'Declaration
Function GetTimeStamp ( _
    path As String _
) As DateTime
'Usage
Dim instance As ResourceStore
Dim path As String
Dim returnValue As DateTime

returnValue = instance.GetTimeStamp(path)
DateTime GetTimeStamp(
    string path
)

Parameters

Return Value

Type: System.DateTime
A [DateTime] representing the timestamp of the resource.

See Also

Reference

ResourceStore Interface

ResourceStore Members

Microsoft.SharePoint.Search.Extended.Administration.ResourceStorage Namespace