operator - method

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

Implementation

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