Heureka API .NET Documentation
Grow(DateTime,DateTime,GrowthCalculator) Method



Date to grow from
Date to grow to
Growth calculator to use. If null, a default calculator will be used
Grows the compartment from a date to a specific date. A call to this method will initialize the compartment if it isn't already.
Syntax
'Declaration
 
Public Overloads Function Grow( _
   ByVal fromDate As Date, _
   ByVal toDate As Date, _
   Optional ByVal growthCalculator As GrowthCalculator _
) As ApiState
'Usage
 
Dim instance As ApiCompartment
Dim fromDate As Date
Dim toDate As Date
Dim growthCalculator As GrowthCalculator
Dim value As ApiState
 
value = instance.Grow(fromDate, toDate, growthCalculator)

Parameters

fromDate
Date to grow from
toDate
Date to grow to
growthCalculator
Growth calculator to use. If null, a default calculator will be used
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
Overload List

Send Feedback