MindFusion.Charting for Java Programmer's Guide
Duration Constructor
See Also
 






  Gauges

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

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

 Syntax

Java  Copy Code

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

 Parameters

days

The hours component of the new duration.

hours

The hours component of the new duration.

minutes

The minutes component of the new duration.

seconds

The seconds component of the new duration.

milliseconds

The milliseconds component of the new duration.

 See Also