Kernel::System::Ticket::TimeAccounting::Format

NAME

Kernel::System::Ticket::TimeAccounting::Format

DESCRIPTION

PUBLIC INTERFACE

ToSeconds

Change a time formatted string into seconds.

my $Seconds = $TAFormatObject->ToSeconds( Value => 123, );

        Input       | Output
        ------------|-------
        111         | 111
        "00:01:03"  | 63
        ""          | undef
Scroll to Top