Adds the specified number of minutes to the value of this instance.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)

Syntax

C#
public DateTime AddMinutes(
	double value
)
Visual Basic (Declaration)
Public Function AddMinutes ( _
	value As Double _
) As DateTime

Parameters

value
Type: System..::.Double
A number of whole and fractional minutes. The value parameter can be negative or positive.

Return Value

A DateTime whose value is the sum of the date represented by this instance and the number of minutes represented by value.

See Also