plus method

FhirDate plus(
  1. ExtendedDuration other
)
override

Implementation

FhirDate plus(ExtendedDuration other) =>
    FhirDateTimeBase.plus<FhirDate>(this, other) as FhirDate;