Search
Duration.fromDays Method (Double)
See Also
 






Returns a Duration that represents a specified number of days, where the specification is accurate to the nearest millisecond.

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

 Syntax

Java  Copy Code

public static Duration fromDays (
    double value
)

 Parameters

value

A number of days, accurate to the nearest millisecond.

 Return Value

A Duration that represents value.

 See Also