| Trees | Index | Help |  | 
|---|
| Package zope :: Package i18n :: Package interfaces :: Class IFormat | 
 | 
Interface --+
            |
           IFormat
IDateTimeFormat,
    INumberFormatA generic formatting class. It basically contains the parsing and construction method for the particular object the formatting class handles.
The constructor will always require a pattern (specific to the object).| Class Variable Summary | |
|---|---|
| str | format='Format an object to a string using the pattern... | 
| str | getPattern='Get the currently used pattern.'            | 
| str | parse='Parse the text and convert it to an object, whi... | 
| str | setPattern='Overwrite the old formatting pattern with ... | 
| Class Variable Details | 
|---|
| format
 | 
| getPattern
 | 
| parse
 | 
| setPattern
 | 
| Trees | Index | Help |  | 
|---|
| Generated by Epydoc 2.1 on Fri Jun 24 12:01:22 2005 | http://epydoc.sf.net |