MindFusion.Java Package Programmer's Guide
Duration Constructor (Int32, Int32, Int32)
See Also
 






Initializes a new instance of the Duration class with the specified duration.

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

 Syntax

Java  Copy Code

public Duration (
    int hours,
    int minutes,
    int seconds
)

 Parameters

hours

The hours component of the new duration.

minutes

The minutes component of the new duration.

seconds

The seconds component of the new duration.

 See Also

Duration Constructor Overload List
Duration Class
com.mindfusion.common Namespace