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

Type ILocaleCalendar

Interface --+
            |
           ILocaleCalendar


There is a massive amount of information contained in the calendar, which made it attractive to be added.
Class Variable Summary
unicode am = u'AM String'
unicode dateFormats = u'Date Formats\n\nContains various Date Fo...
unicode dateTimeFormats = u'Date-Time Formats\n\nContains variou...
unicode days = u'Weekdays Names\n\nA mapping of all month names ...
unicode defaultDateFormat = u'Default Date Format Type'
unicode defaultDateTimeFormat = u'Default Date-Time Format Type'
unicode defaultTimeFormat = u'Default Time Format Type'
unicode eras = u'Era Names'
str getDayAbbr = 'Return a list of weekday abbreviations.'
str getDayNames = 'Return a list of weekday names.'
str getDayTypeFromAbbr = 'Return the id of the weekday with ...
str getDayTypeFromName = 'Return the id of the weekday with ...
str getFirstDayName = 'Return the the type of the first day ...
str getMonthAbbreviations = 'Return a list of month abbrevia...
str getMonthNames = 'Return a list of month names.'
str getMonthTypeFromAbbreviation = 'Return the type of the m...
str getMonthTypeFromName = 'Return the type of the month wit...
str isWeekend = 'Determines whether a the argument lies in a...
unicode months = u'Month Names\n\nA mapping of all month names a...
unicode pm = u'PM String'
unicode timeFormats = u'Time Formats\n\nContains various Time Fo...
unicode type = u"Calendar Type\n\nName of the calendar, for exam...
unicode week = u'Week Information\n\nContains various week infor...

Class Variable Details

am

Type:
unicode
Value:
u'AM String'                                                           

dateFormats

Type:
unicode
Value:
u'Date Formats\n\nContains various Date Formats.'                      

dateTimeFormats

Type:
unicode
Value:
u'Date-Time Formats\n\nContains various Date-Time Formats.'            

days

Type:
unicode
Value:
u'Weekdays Names\n\nA mapping of all month names and abbreviations'    

defaultDateFormat

Type:
unicode
Value:
u'Default Date Format Type'                                            

defaultDateTimeFormat

Type:
unicode
Value:
u'Default Date-Time Format Type'                                       

defaultTimeFormat

Type:
unicode
Value:
u'Default Time Format Type'                                            

eras

Type:
unicode
Value:
u'Era Names'                                                           

getDayAbbr

Type:
str
Value:
'Return a list of weekday abbreviations.'                              

getDayNames

Type:
str
Value:
'Return a list of weekday names.'                                      

getDayTypeFromAbbr

Type:
str
Value:
'Return the id of the weekday with the right abbr.'                    

getDayTypeFromName

Type:
str
Value:
'Return the id of the weekday with the right name.'                    

getFirstDayName

Type:
str
Value:
'Return the the type of the first day in the week.'                    

getMonthAbbreviations

Type:
str
Value:
'Return a list of month abbreviations.'                                

getMonthNames

Type:
str
Value:
'Return a list of month names.'                                        

getMonthTypeFromAbbreviation

Type:
str
Value:
'Return the type of the month with the right abbreviation.'            

getMonthTypeFromName

Type:
str
Value:
'Return the type of the month with the right name.'                    

isWeekend

Type:
str
Value:
'Determines whether a the argument lies in a weekend.'                 

months

Type:
unicode
Value:
u'Month Names\n\nA mapping of all month names and abbreviations'       

pm

Type:
unicode
Value:
u'PM String'                                                           

timeFormats

Type:
unicode
Value:
u'Time Formats\n\nContains various Time Formats.'                      

type

Type:
unicode
Value:
u"Calendar Type\n\nName of the calendar, for example 'gregorian'."     

week

Type:
unicode
Value:
u'Week Information\n\nContains various week information'               

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