operator - method

  1. @override
FhirDateTime operator -(
  1. ExtendedDuration other
)
override

Implementation

@override
FhirDateTime operator -(ExtendedDuration other) =>
    FhirDateTimeBase.subtract<FhirDateTime>(this, other) as FhirDateTime;