Skip to main content
Skip table of contents

TimeValid()

TimeValid() – Zeitprüfung

Die Funktion prüft, ob der angegebene Wert eine gültige Zeitangabe ist. Gültiges Format ist 'HH:MM:SS'

ParameterBeschreibung

cZeit:C

Zeitangabe

Rückgabewert

Logisch / Boolean - Zeit ist gültig

Beispiel

CODE
TimeValid('22:30:05')   // Ergebnis: True
TimeValid('23:30:05')   // Ergebnis: True
TimeValid('24:30:05')   // Ergebnis: False
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.