Search
Duration.fromTicks Method
See Also
 






Returns a Duration that represents a specified time, where the specification is in units of ticks.

Namespace: com.mindfusion.common
File: com.mindfusion.common

 Syntax

Java  Copy Code

public static Duration fromTicks (
    long value
)

 Parameters

value

A number of ticks that represent a time.

 Return Value

A Duration with a value of value.

 See Also