plus method

FhirDateTime plus(
  1. ExtendedDuration other
)
override

Implementation

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