plus method

FhirInstant plus(
  1. ExtendedDuration other
)
override

Implementation

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