Class HarmoniTimespan

Description

Timespan defines a time span in terms of a start and end date and time.

Warning! This extends a completely differnt Timespan, so thing may get messy.

<p> OSID Version: 2.0 </p>

<p> Licensed under the org.osid.SidImplementationLicenseMIT. </p>

Located in /harmoni/core/oki2/scheduling/HarmoniTimespan.class.php (line 23)


	
			
Variable Summary
mixed $_end
mixed $_start
Method Summary
void HarmoniTimespan (mixed $start, mixed $end, long $_start, long $_end)
int getEnd ()
int getStart ()
Variables
mixed $_end (line 33)
mixed $_start (line 32)
  • access: private
Methods
Constructor HarmoniTimespan (line 44)

The constructor.

  • access: public
void HarmoniTimespan (mixed $start, mixed $end, long $_start, long $_end)
  • long $_start: the start of the time span
  • long $_end: the end of the time span
getEnd (line 98)

Get the End date and time of this Timespan.

  • access: public
  • throws: object SchedulingException An exception with one of the following messages defined in org.osid.scheduling.SchedulingException may be thrown: OPERATION_FAILED, PERMISSION_DENIED, CONFIGURATION_ERROR, UNIMPLEMENTED
int getEnd ()
getStart (line 75)

Get the Start date and time of this Timespan.

  • access: public
  • throws: object SchedulingException An exception with one of the following messages defined in org.osid.scheduling.SchedulingException may be thrown: OPERATION_FAILED, PERMISSION_DENIED, CONFIGURATION_ERROR, UNIMPLEMENTED
int getStart ()

Documentation generated on Wed, 19 Sep 2007 10:24:23 -0400 by phpDocumentor 1.3.0RC3