Heureka API .NET Documentation
GetPeriodLength Method



Gets the period length of the given period, i.e. length in years from previous period. 5 if current period is 0.
Syntax
'Declaration
 
Public Function GetPeriodLength( _
   ByVal period As Integer _
) As Double
'Usage
 
Dim instance As TreatmentUnit
Dim period As Integer
Dim value As Double
 
value = instance.GetPeriodLength(period)
public double GetPeriodLength( 
   int period
)
public:
double GetPeriodLength( 
   int period
) 

Parameters

period
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

TreatmentUnit Class
TreatmentUnit Members

Send Feedback