Class Kronolith_Day
The Kronolith_Day:: class provides an API for dealing with days.
- Horde_Date
 - 
			
Kronolith_Day			
			
			
		 
Direct known subclasses
Kronolith_View_Day
			 public 
			
			
			
		 | 
		|
			 public 
			
			
			
		 | 
		|
			 public 
			
			
			
		 | 
		|
			 public 
			
			
			
		 | 
		|
			 public 
			
			
			
		 | 
		|
			 public 
			
			
			
		 | 
		|
			 public 
			
			
			
		 | 
		
			public  
			integer
		 | 
		
				$slotsPerHour
			 How many time slots are we dividing each hour into? Set from user preferences.  | 
		|
			public  
			integer
		 | 
		
				$slotsPerDay
			 How many slots do we have per day? Calculated from $_slotsPerHour.  | 
		|
			public  
			integer
		 | 
		
				$slotLength
			 How many minutes are in each slot? Calculated from $_slotsPerHour.  | 
		|
			public  
			array
		 | 
		
				$slots
			 Array of slots holding hours and minutes for each piece of this day.  | 
		
			 
				#
				 
		array()
			 |