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






Initializes a new instance of the DateTime class with the specified values.

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

 Syntax

Java  Copy Code

public DateTime (
    int year,
    int month,
    int day
)

 Parameters

year

The year component of the new date.

month

The month component of the new date.

day

The day component of the new date.

 See Also

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