Initializes a new instance of the Duration class with the specified value.
Namespace: com.mindfusion.common
Package: com.mindfusion.common
SyntaxJava
Copy Code
|
|---|
public Duration ( |
The hours component of the new duration.
The hours component of the new duration.
The minutes component of the new duration.
The seconds component of the new duration.
The milliseconds component of the new duration.
See Also