TimeFormat Class

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 app.currentLocaleInfo.timeInfo. This instance contains time information for the current locale.

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 Time primitive type userFormat method and for details about the properties and method defined in the TimeFormat class, see "TimeFormat Properties" and "TimeFormat Method", in the following subsections.

LocaleFormat

(None)