Search
DateTime.toLocalTime Method
See Also
 






Converts the value of the current DateTime object to local time.

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

 Syntax

Java  Copy Code

public DateTime toLocalTime ()

 Return Value

A DateTime object representing the local time equivalent of the current date and time.

 See Also