subtract<T> method

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

Implementation

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