Heureka API .NET Documentation
GetPreviousState Method



Get the state of the previous period, or the intiaistate if no growth projection has been applied.
Syntax
'Declaration
 
Public Function GetPreviousState( _
   ByVal date As Date _
) As ApiState
'Usage
 
Dim instance As ApiCompartment
Dim date As Date
Dim value As ApiState
 
value = instance.GetPreviousState(date)
public ApiState GetPreviousState( 
   DateTime date
)
public:
ApiState^ GetPreviousState( 
   DateTime date
) 

Parameters

date
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ApiCompartment Class
ApiCompartment Members

Send Feedback