Stream: implementers
Topic: Timing data type
Vassil Peytchev (Jan 17 2017 at 22:46):
The definition of Timing says it is only to specify "future" schedules/request, and can't be used to represent what already happened. Is there an equivalent data type that can express that something happened, for example, 3 times in 12 hours?
Grahame Grieve (Jan 17 2017 at 22:47):
what's the use case
Vassil Peytchev (Jan 17 2017 at 22:54):
The inclusion of Timing as the data type for Event.occurenceTiming. OO things that it's useful for Observation, but there's a confusion about the definition of the datatype
Grahame Grieve (Jan 17 2017 at 22:58):
there certainly is ;-)
Eric Haas (Jan 31 2017 at 17:31):
Tracker to fix the definition GF#12637
Last updated: Apr 12 2022 at 19:14 UTC