Class timeslot

Description

Classes to handle a 24-hr time schedule. Covers the setting of * any number of slots, and testing whether a given time is in one of * the slots. The timeslot class. Holds details of a single slot.

Located in /datetime-defs.php (line 647)


	
			
Variable Summary
 mixed $name
 mixed $ts_end
 mixed $ts_start
Method Summary
 timeslot timeslot (mixed $start, mixed $end, [mixed $name = ""])
 void inslot (mixed $time)
Variables
mixed $name = "" (line 650)
mixed $ts_end = 0 (line 649)
mixed $ts_start = 0 (line 648)
Methods
Constructor timeslot (line 651)
timeslot timeslot (mixed $start, mixed $end, [mixed $name = ""])
inslot (line 656)
void inslot (mixed $time)

Documentation generated by phpDocumentor 1.3.0RC3