subtract<T> method

FhirDateTime subtract<T>(
  1. ExtendedDuration other
)
override

Implementation

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