 | GlobalIsDate method |
Returns true if the string passed is a valid date.
Returns true, if the given string is a valid date.
Namespace: NetEti.GlobalsAssembly: NetEti.Global (in NetEti.Global.dll) Version: 1.0.0+ad672dc5430e1683eae7461ce3945c8e9dce1c49
Syntaxpublic static bool IsDate(
string inputDate
)
Public Shared Function IsDate (
inputDate As String
) As Boolean
public:
static bool IsDate(
String^ inputDate
)
static member IsDate :
inputDate : string -> bool
Parameters
- inputDate String
Date string to be checked
Date-string to be checked.
Return value
Boolean
Returns true if the string passed is a valid date.
Returns true, if the given string is a valid date.
See also