Version

ConvertTaskPercentToTimeOld Method

Syntax
'Declaration
 
Protected Function ConvertTaskPercentToTimeOld( _
   ByVal task As Infragistics.Controls.Schedules.IProjectTask, _
   ByVal percent As System.Decimal _
) As System.Nullable(Of Date)
protected System.Nullable<DateTime> ConvertTaskPercentToTimeOld( 
   Infragistics.Controls.Schedules.IProjectTask task,
   System.decimal percent
)
protected: System.Nullable<DateTime> ConvertTaskPercentToTimeOld( 
   Infragistics.Controls.Schedules.IProjectTask* task,
   System.decimal percent
) 

Parameters

task
percent
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