Adds the specified number of ticks 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 AddTicks(
	long value
)
Visual Basic (Declaration)
Public Function AddTicks ( _
	value As Long _
) As DateTime

Parameters

value
Type: System..::.Int64
A number of 100-nanosecond ticks. The value parameter can be positive or negative.

Return Value

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

See Also