Heureka API .NET Documentation
FindPeriod Method



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

Parameters

year

Return Value

Period for the year
Remarks
If year occurs after current period, current period is returned
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