setHasAmbiguousCentury method

void setHasAmbiguousCentury(
  1. bool isAmbiguous
)

Sets whether year should be treated as ambiguous because it lacks a century.

Implementation

void setHasAmbiguousCentury(bool isAmbiguous) {
  _hasAmbiguousCentury = isAmbiguous;
}