Heureka API .NET Documentation
GetGrowthDuringGrowthSeason Method



Date of revision
Gets distribution of growth due to adjustment for season
Syntax
'Declaration
 
Public Shared Function GetGrowthDuringGrowthSeason( _
   ByVal revision As Date _
) As Double
'Usage
 
Dim revision As Date
Dim value As Double
 
value = SeasonCalculator.GetGrowthDuringGrowthSeason(revision)
public static double GetGrowthDuringGrowthSeason( 
   DateTime revision
)
public:
static double GetGrowthDuringGrowthSeason( 
   DateTime revision
) 

Parameters

revision
Date of revision
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

SeasonCalculator Class
SeasonCalculator Members

Send Feedback