operator - method

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

Implementation

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