Search
Duration.fromMinutes Method (Double)
See Also
 






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

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

 Syntax

Java  Copy Code

public static Duration fromMinutes (
    double value
)

 Parameters

value

A number of minutes, accurate to the nearest millisecond.

 Return Value

A Duration that represents value.

 See Also