summaryM:DotNetNuke.Services.Search.IndexingProvider.GetLocalTimeOfLastIndexedItem(System.Int32,System.Int32,System.DateTime)

Namespace: DotNetNuke.Services.Search
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
protected DateTime GetLocalTimeOfLastIndexedItem(
	int portalId,
	int scheduleId,
	DateTime localTime
)
Visual Basic
Protected Function GetLocalTimeOfLastIndexedItem ( 
	portalId As Integer,
	scheduleId As Integer,
	localTime As DateTime
) As DateTime

Parameters

portalId
Type: System..::..Int32
paramportalIdM:DotNetNuke.Services.Search.IndexingProvider.GetLocalTimeOfLastIndexedItem(System.Int32,System.Int32,System.DateTime)
scheduleId
Type: System..::..Int32
paramscheduleIdM:DotNetNuke.Services.Search.IndexingProvider.GetLocalTimeOfLastIndexedItem(System.Int32,System.Int32,System.DateTime)
localTime
Type: System..::..DateTime
paramlocalTimeM:DotNetNuke.Services.Search.IndexingProvider.GetLocalTimeOfLastIndexedItem(System.Int32,System.Int32,System.DateTime)

Return Value

returnsM:DotNetNuke.Services.Search.IndexingProvider.GetLocalTimeOfLastIndexedItem(System.Int32,System.Int32,System.DateTime)

See Also