Heureka API .NET Documentation
GetPeriods Method



Get an enumerable of the period ranges given the current simulation parameters.
Syntax
'Declaration
 
Public Shared Function GetPeriods() As IEnumerable(Of PeriodRange)
'Usage
 
Dim value As IEnumerable(Of PeriodRange)
 
value = PeriodHandler.GetPeriods()
public static IEnumerable<PeriodRange> GetPeriods()
public:
static IEnumerable<PeriodRange>^ GetPeriods(); 
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