Retrieves the IAccountInfo instance for the specified date.
Namespace:
RightEdge.CommonAssembly: 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.