subtract<T> method

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

Implementation

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