UXP for Premiere - CEP Time Object disappear in UXP
While migrating from CEP to UXP, I noticed that the Time object available in CEP does not appear to exist in UXP.
In CEP, I used Time.getFormatted() to retrieve the current sequence In/Out points as formatted text. For example, I could easily convert time values into display strings using that API.
However, in UXP, the Time object does not seem to be available, so I can no longer use Time.getFormatted().
I would like to ask:
-
Is the
Timeobject planned to be added to the UXP API in the future? -
If not, what is the recommended way in UXP to format sequence In/Out time values into text (e.g., timecode format)?
Currently, this functionality is missing compared to CEP, and I’m looking for the correct replacement approach in UXP.
