I am implementing a project using the OSA-CBM 3.3 standard. Within that standard, there includes a type called Osacbmtime. I am attempting to parse a DateTime value from type Osacbmtime. Casting doesn’t seem to get the job done. Is there a useful (or obvious) approach I can take to accomplish this?
I am implementing a project using the OSA-CBM 3.3 standard. Within that standard, there
Share
Given this snippet from some Java code (virtual the only reference I could find):
I suspect you want something like:
Where
sis the format specifier for the sortable 8601 format.