Search
DateTime.toLongTimeString Method ()
See Also
 






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

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

 Syntax

Java  Copy Code

public String toLongTimeString ()

 Return Value

A string that contains the long time string representation of the current DateTime object.

 See Also