Heureka API .NET Documentation
TreatmentInfo Constructor(TreatmentType,Int32,Double)



Syntax
'Declaration
 
Public Function New( _
   ByVal treatmentType As TreatmentType, _
   ByVal period As Integer, _
   ByVal year As Double _
)
'Usage
 
Dim treatmentType As TreatmentType
Dim period As Integer
Dim year As Double
 
Dim instance As New TreatmentInfo(treatmentType, period, year)
public TreatmentInfo( 
   TreatmentType treatmentType,
   int period,
   double year
)
public:
TreatmentInfo( 
   TreatmentType treatmentType,
   int period,
   double year
)

Parameters

treatmentType
period
year
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

TreatmentInfo Class
TreatmentInfo Members
Overload List

Send Feedback