/**
  * Gets the field that this property uses.
  *
  * @return the field
  */
 public DateTimeField getField() {
   return iPartial.getField(iFieldIndex);
 }