Search
DateTime.addTicks Method
See Also
 






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

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

 Syntax

Java  Copy Code

public DateTime addTicks (
    long value
)

 Parameters

value

A number ticks. The value parameter can be positive or negative.

 Return Value

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

 See Also