Heureka API .NET Documentation
GetStrategicPeriods Method



Get an enumerable of the period ranges of a strategic simulation
Syntax
'Declaration
 
<IteratorStateMachineAttribute(Slu.Heureka.DomainLayer.Forest.PeriodHandler+d__10)> 
Public Shared Function GetStrategicPeriods( _ 
   ByVal periodMidth As Boolean _ 
) As IEnumerable(Of PeriodRange)
'Usage
 
Dim periodMidth As Boolean
Dim value As IEnumerable(Of PeriodRange)
 
value = PeriodHandler.GetStrategicPeriods(periodMidth)
[IteratorStateMachine(Slu.Heureka.DomainLayer.Forest.PeriodHandler+d__10)] 
public static IEnumerable<PeriodRange> GetStrategicPeriods( 
   bool periodMidth 
)
[IteratorStateMachine(Slu.Heureka.DomainLayer.Forest.PeriodHandler+d__10)] 
public: 
static IEnumerable<PeriodRange>^ GetStrategicPeriods( 
   bool periodMidth 
) 

Parameters

periodMidth
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