Sets whether year should be treated as ambiguous because it lacks a century.
void setHasAmbiguousCentury(bool isAmbiguous) { _hasAmbiguousCentury = isAmbiguous; }