Heureka API .NET Documentation
GetPeriodRange(Int32) Method



Period to look for
Get the period range for a given period, using the current simulation settings
Syntax
'Declaration
 
Public Overloads Shared Function GetPeriodRange( _
   ByVal period As Integer _
) As PeriodRange
'Usage
 
Dim period As Integer
Dim value As PeriodRange
 
value = PeriodHandler.GetPeriodRange(period)
public static PeriodRange GetPeriodRange( 
   int period
)
public:
static PeriodRange GetPeriodRange( 
   int period
) 

Parameters

period
Period to look 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