Version

DateCalc_Subtract Method

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

Parameters

date1
date2
task
isDate2AStartValue
isDate1AFinishValue
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