Package zope :: Package i18n :: Package interfaces :: Module locales :: Class ILocaleTimeZone
[show private | hide private]
[frames | no frames]

Type ILocaleTimeZone

Interface --+
            |
           ILocaleTimeZone


Represents and defines various timezone information. It mainly manages all the various names for a timezone and the cities contained in it.

Important: ILocaleTimeZone objects are not intended to provide implementations for the standard datetime module timezone support. They are merily used for Locale support.
Method Summary
    Inherited from InterfaceClass
  names(self, all)
Return the attribute names defined by the interface.

Class Variable Summary
unicode cities = u'Cities\n\nCities in Timezone'
unicode type = u'Time Zone Type\n\nStandard name of the timezone...

Class Variable Details

cities

Type:
unicode
Value:
u'Cities\n\nCities in Timezone'                                        

type

Type:
unicode
Value:
u'Time Zone Type\n\nStandard name of the timezone for unique referenci\
ng.'                                                                   

Generated by Epydoc 2.1 on Fri Jun 24 12:01:23 2005 http://epydoc.sf.net