/**
  * Answer the day of the week name
  * 
  * @return string
  * @access public
  * @since 5/3/05
  */
 function dayOfWeekName()
 {
     return Week::nameOfDay($this->dayOfWeek());
 }