Search
DateTime.now Method
See Also
 






Gets a DateTime object that is set to the current date and time in the default time zone and locale.

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

 Syntax

Java  Copy Code

public static DateTime now ()

 Return Value

A DateTime whose value is the current local date and time.

 See Also