Retrieves the IAccountInfo instance for the specified date.

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

Syntax

C#
public IAccountInfo GetAccountInfoForDate(
	DateTime date
)
Visual Basic (Declaration)
Public Function GetAccountInfoForDate ( _
	date As DateTime _
) As IAccountInfo
Visual C++
public:
IAccountInfo^ GetAccountInfoForDate(
	DateTime date
)

Parameters

date
Type: System..::.DateTime
DateTime to retrieve.

Return Value

IAccountInfo instance, or a new instance if one doesn't already exist.

See Also