/**
  * Restricted constructor.
  *
  * @param chronology the chronology this field belogs to
  */
 BasicYearDateTimeField(BasicChronology chronology) {
   super(DateTimeFieldType.year(), chronology.getAverageMillisPerYear());
   iChronology = chronology;
 }