Gets the number of items available in the store in a given date range.

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

Syntax

C#
long GetCount(
	DateTime start,
	DateTime end
)
Visual Basic (Declaration)
Function GetCount ( _
	start As DateTime, _
	end As DateTime _
) As Long
Visual C++
long long GetCount(
	DateTime start, 
	DateTime end
)

Parameters

start
Type: System..::.DateTime
The start of the date range.
end
Type: System..::.DateTime
The end of the date range.

Return Value

The number of items found in the data store in the specified date range.

See Also