示例#1
0
 function toTime()
 {
     $time = new eZTime($this->DateTime);
     $time->setLocale($this->Locale);
     return $time;
 }