Initializes a new instance of the DateTime class, storing specified LocalDateTime.
Namespace: com.mindfusion.common
Package: com.mindfusion.common
SyntaxJava
Copy Code
|
|---|
public DateTime ( |
A java.time.LocalDateTime instance specifying date and time.
See Also