Kernel::System::DataValidation::Validator::AccountedTime

NAME

Kernel::System::DataValidation::Validator::AccountedTime – Validator that verifies if the value is a valid time accounted value

PUBLIC INTERFACE

Provides a Check method, that will be called by the Kernel::System::DataValidation backend.

Check()

Checks if the given value is an valid time accounted value.

    my $Result = $Validator->Check(
        Value => '5:30:00',
    );
Scroll to Top