Kernel::System::Calendar::Ticket::PendingTime - PendingTime appointment type
PendingTime ticket appointment type.
create an object. Do not use it directly, instead use:
use Kernel::System::ObjectManager; local $Kernel::OM = Kernel::System::ObjectManager->new(); my $TicketPendingTimeObject = $Kernel::OM->Get('Kernel::System::Calendar::Ticket::PendingTime');
returns time value for pending time appointment type.
my $PendingTime = $TicketPendingTimeObject->GetTime( Type => 'PendingTime', TicketID => 1, );
set ticket pending time to supplied time value.
my $Success = $TicketPendingTimeObject->SetTime( Type => 'PendingTime', Value => '2016-01-01 00:00:00' TicketID => 1, );
returns 1 if successful.
This software is part of the OTRS project (https://otrs.org/).
This software comes with ABSOLUTELY NO WARRANTY. For details, see the enclosed file COPYING for license information (GPL). If you did not receive this file, see https://www.gnu.org/licenses/gpl-3.0.txt.