The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Palm::Timesheet::DayRecord - A Day record entry

SYNOPSIS

use Palm::Timesheet::DayRecordList;
use Palm::Timesheet::DayRecord;

my $daylist = Palm::Timesheet::DayRecordList->new();

...

my $day = Palm::Timesheet::DayRecord->from_record( $data );

$daylist->push( $day );  

DESCRIPTION

Contains a Day record entry with the following methods

Constructors

new
from_record

Methods

pack

Serialize

delete

Delete a $record from the list.

add_entry

Add a day

get/set_day

COPYRIGHT

Copyright (c) 2001, Johan Van den Brande. All Rights Reserved. This module is free software. It may be used, redistributed and/or modified under the same terms as Perl itself.