Adds the specified number of milliseconds to the value of this instance.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.ProjectData.GanttChart.ASP.Controls (in DlhSoft.ProjectData.GanttChart.ASP.Controls.dll)
Syntax
| C# |
|---|
public DateTime AddMilliseconds( double value ) |
| Visual Basic (Declaration) |
|---|
Public Function AddMilliseconds ( _ value As Double _ ) As DateTime |
Parameters
- value
- Type: System..::.Double
A number of whole and fractional milliseconds. The value parameter can be negative or positive. Note that this value is rounded to the nearest integer.