Search
IExpressionEvaluatorContext.toDateTime Method
See Also
 






Attempts to convert the specified value to a DateTime.

Namespace: com.mindfusion.spreadsheet.expressions
Package: com.mindfusion.spreadsheet.expressions

 Syntax

Java  Copy Code

DateTime toDateTime (
    Object value
)

 Parameters

value

The value to convert.

 Return Value

A DateTime value corresponding to the specified value, or null, if value cannot be represented as DateTime.

 Remarks

This method is usually used when trying to interpret a parameter passed to a custom function.

 See Also