 | GlobalIsDate Methode |
Returnt true, wenn der übergebene String ein gültiges Datum ist.
Returns true, if the given string is a valid date.
Namensraum: NetEti.GlobalsAssembly: NetEti.Global (in NetEti.Global.dll) Version: 1.0.0+9e45bc96a63c7bb901730bcd263b98db5a48e949
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
Parameter
- inputDate String
Zu prüfender Datums-String
Date-string to be checked.
Rückgabewert
Boolean
Returnt true, wenn der übergebene String ein gültiges Datum ist.
Returns true, if the given string is a valid date.
Siehe auch