ConversionIsDate Method
Determine whether or not the caller supplied value has a date
constitution.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static bool IsDate(
Object value
)
Public Shared Function IsDate (
value As Object
) As Boolean
No code example is currently available or this language may not be supported.
- value Object
-
The value to convert to a date value.
Boolean
True if the value can be converted to a date value. False otherwise.