Search
Convertible.toDateTime Method
See Also
 






Converts the value of this instance to an equivalent DateTime value using the specified culture-specific formatting information.

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

 Syntax

Java  Copy Code

DateTime toDateTime (
    Locale locale
)

 Parameters

locale

An object that supplies culture-specific formatting information.

 Return Value

A DateTime value equivalent to the value of this instance.

 See Also