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