Is there a way to get the value of a Duration in a unit, e.g. the number of seconds in a duration? Without resorting to interop, that is.
If you do not already have this capability, maybe something like:
(in duration :seconds)
since you've already committed to keyword representations of the various units as a part of the api in other calls?