Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TimingRepeat

When the event is to occur

Hierarchy

Index

Properties

Optional boundsDuration

boundsDuration: Duration

Length/Range of lengths, or (Start and/or end) limits

Optional boundsPeriod

boundsPeriod: Period

Length/Range of lengths, or (Start and/or end) limits

Optional boundsRange

boundsRange: Range

Length/Range of lengths, or (Start and/or end) limits

Optional count

Number of times to repeat

Optional countMax

countMax: positiveInt

Maximum number of times to repeat

Optional dayOfWeek

dayOfWeek: ("mon" | "tue" | "wed" | "thu" | "fri" | "sat" | "sun")[]

mon | tue | wed | thu | fri | sat | sun

Optional duration

duration: decimal

How long when it happens

Optional durationMax

durationMax: decimal

How long when it happens (Max)

Optional durationUnit

durationUnit: "s" | "min" | "h" | "d" | "wk" | "mo" | "a"

s | min | h | d | wk | mo | a - unit of time (UCUM)

Optional extension

extension: Extension[]

Additional Content defined by implementations

Optional frequency

frequency: positiveInt

Event occurs frequency times per period

Optional frequencyMax

frequencyMax: positiveInt

Event occurs up to frequencyMax times per period

Optional id

id: undefined | string

xml:id (or equivalent in JSON)

Optional offset

offset: unsignedInt

Minutes from event (before or after)

Optional period

period: decimal

Event occurs frequency times per period

Optional periodMax

periodMax: decimal

Upper limit of period (3-4 hours)

Optional periodUnit

periodUnit: "s" | "min" | "h" | "d" | "wk" | "mo" | "a"

s | min | h | d | wk | mo | a - unit of time (UCUM)

Optional timeOfDay

timeOfDay: time[]

Time of day for action

Optional when

when: code[]

Regular life events the event is tied to

Generated using TypeDoc