The TimeFormat class is used to store Windows locale time information.
You cannot modify system-created instances of the TimeFormat class (that is, instances created and maintained by JADE to store locale information and user-defined formats) from your JADE code.
JADE automatically creates a transient instance of TimeFormat for each application, which you can read by using
TimeFormat instances are also used to store user-defined time formats that can be passed to the various primitive type user format methods. You can maintain these formats only by using the appropriate Formats menu command, accessed from the Format Browser.
For details about returning a string containing the receiver in the supplied time format, see the
(None)