Search
DateTime.getDate Method
See Also
 






Gets the date component of this instance.

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

 Syntax

Java  Copy Code

public DateTime getDate ()

 Return Value

A new DateTime with the same date as this instance, and the time value set to 12:00:00 midnight (00:00:00).

 See Also