Heureka API .NET Documentation
GetPeriodClosestToMinYear Method



Year to search for
Get the treatment year (breakpoint) closest to the specified year, using the current simulation settings
Syntax
'Declaration
 
Public Shared Function GetPeriodClosestToMinYear( _
   ByVal year As Double _
) As PeriodRange
'Usage
 
Dim year As Double
Dim value As PeriodRange
 
value = PeriodHandler.GetPeriodClosestToMinYear(year)
public static PeriodRange GetPeriodClosestToMinYear( 
   double year
)
public:
static PeriodRange GetPeriodClosestToMinYear( 
   double year
) 

Parameters

year
Year to search for
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

PeriodHandler Class
PeriodHandler Members

Send Feedback