Version

DateCalc_Add Method

Syntax
'Declaration
 
Protected Function DateCalc_Add( _
   ByVal date1 As System.Nullable(Of Date), _
   ByVal duration As System.Nullable(Of ProjectDuration), _
   ByVal task As Infragistics.Controls.Schedules.IProjectTask, _
   Optional ByVal isForFinishTime As System.Boolean, _
   Optional ByVal isForcedAutoTaskCalculation As System.Boolean _
) As System.Nullable(Of Date)
protected System.Nullable<DateTime> DateCalc_Add( 
   System.Nullable<DateTime> date1,
   System.Nullable<ProjectDuration> duration,
   Infragistics.Controls.Schedules.IProjectTask task,
   System.bool isForFinishTime,
   System.bool isForcedAutoTaskCalculation
)
protected: System.Nullable<DateTime> DateCalc_Add( 
   System.Nullable<DateTime> date1,
   System.Nullable<ProjectDuration> duration,
   Infragistics.Controls.Schedules.IProjectTask* task,
   System.bool isForFinishTime,
   System.bool isForcedAutoTaskCalculation
) 

Parameters

date1
duration
task
isForFinishTime
isForcedAutoTaskCalculation
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