TimeValidator::checkTime()

static bool checkTime(int $hour, int $minute, int $second)

Checks whether a time is valid.

Parameters

int $hour The hour
int $minute The minute
int $second The second

Return Value

bool Whether the time is valid
doc_Symfony
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.