Heureka API .NET Documentation
GetYear Method



Gets the year for the given period.
Syntax
'Declaration
 
Public Function GetYear( _
   ByVal period As Integer _
) As Double
'Usage
 
Dim instance As TreatmentUnit
Dim period As Integer
Dim value As Double
 
value = instance.GetYear(period)
public double GetYear( 
   int period
)
public:
double GetYear( 
   int period
) 

Parameters

period

Return Value

Year, offset from start of simulation (inventory year), to the given 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