Heureka API .NET Documentation
GetPeriodForYear(Double) Method



Year to search for
Get the period range that a given year falls within, using the current simulation settings
Syntax
'Declaration
 
Public Overloads Shared Function GetPeriodForYear( _
   ByVal year As Double _
) As PeriodRange
'Usage
 
Dim year As Double
Dim value As PeriodRange
 
value = PeriodHandler.GetPeriodForYear(year)
public static PeriodRange GetPeriodForYear( 
   double year
)
public:
static PeriodRange GetPeriodForYear( 
   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
Overload List

Send Feedback