Search
DateTime.toString Method
See Also
 






Converts the value of the current DateTime object to its equivalent string representation.

Namespace: com.mindfusion.common
File: com.mindfusion.common

 Syntax

Java  Copy Code

public String toString ()

 Return Value

A string representation of the value of the current DateTime object.

 See Also