Search
DateTime.addMilliseconds Method (Double)
See Also
 






Returns a new DateTime that adds the specified number of milliseconds to this instance.

Namespace: com.mindfusion.common
Package: com.mindfusion.common

 Syntax

Java  Copy Code

public DateTime addMilliseconds (
    double value
)

 Parameters

value

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.

 Return Value

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

 See Also