Syntax |
IsDate(expression) |
Description |
Returns True if expression can be legally converted to a date; returns False otherwise. |
Example |
Sub Main() |
See Also |
Variant (data type); IsEmpty (function); IsError (function); IsObject (function); VarType (function); IsNull (function). |
I |