Retrieves the DateTime value of the item at the specified index.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
DateTime GetDateTimeAtIndex(
	long index,
	out long numSameDatePreceding
)
Visual Basic (Declaration)
Function GetDateTimeAtIndex ( _
	index As Long, _
	<OutAttribute> ByRef numSameDatePreceding As Long _
) As DateTime
Visual C++
DateTime GetDateTimeAtIndex(
	long long index, 
	[OutAttribute] long long% numSameDatePreceding
)

Parameters

index
Type: System..::.Int64
item's index
numSameDatePreceding
Type: System..::.Int64 %
Number of items in the store with the same date preceeding this item.

Return Value

DateTime of the located element, otherwise DateTime.MinValue if the element was not located.

See Also