Heureka API .NET Documentation
GetForPeriod Method



Syntax
'Declaration
 
Public Function GetForPeriod( _
   ByVal period As Integer _
) As IControlCategory
'Usage
 
Dim instance As CategoryConfig.PeriodCategoryList
Dim period As Integer
Dim value As IControlCategory
 
value = instance.GetForPeriod(period)
public IControlCategory GetForPeriod( 
   int period
)
public:
IControlCategory^ GetForPeriod( 
   int period
) 

Parameters

period
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

CategoryConfig.PeriodCategoryList Class
CategoryConfig.PeriodCategoryList Members

Send Feedback