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

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 );

Contains a Day record entry with the following methods
Serialize
Delete a $record from the list.
Add a day

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.