Returns a Duration that represents a specified number of seconds, where the specification is accurate to the nearest millisecond.
Namespace: com.mindfusion.common
Package: com.mindfusion.common
SyntaxJava
Copy Code
|
|---|
public static Duration fromSeconds ( |
A number of seconds, accurate to the nearest millisecond.
A Duration that represents value.
See Also