Beispiel #1
0
 /**
  * A method to convert the object's start and end dates into UTC format.
  */
 function toUTC()
 {
     $this->oStartDate->toUTC();
     $this->oEndDate->toUTC();
 }