Main Page | Packages | Class Tree | Index | Help

xp.util

class DateSymbols

Object
  |
  +--xp.util.DateSymbols


class DateSymbols
extends Object

Represents the Date symbols for a specific locale


Author:
ProWin Computers Ltd. - Rob Edgar

Version:
3.0.0.000

See also:


Field Summary

public
amPm: Array
am pm symbols

public
dateTimePatterns: Array
date time patterns

public
locale: Locale
The locale object

public
months: Array
months symbols

public
shortMonths: Array
short months symbols

public
shortWeekdays: Array
short weekdays synbols

public
weekdays: Array
weekdays symbols

Constructor

public
DateSymbols ( locale1)
Constructor On creation the date symbols data will be read from the locale



Field Documentation

amPm

public var amPm: Array
am pm symbols

dateTimePatterns

public var dateTimePatterns: Array
date time patterns

locale

public var locale: Locale
The locale object

months

public var months: Array
months symbols

shortMonths

public var shortMonths: Array
short months symbols

shortWeekdays

public var shortWeekdays: Array
short weekdays synbols

weekdays

public var weekdays: Array
weekdays symbols


Constructor Documentation

DateSymbols

public function DateSymbols(locale1)
Constructor On creation the date symbols data will be read from the locale

Parameters:
locale1
The locale that these symbols are for

The documentation was generated from the following file:


Generated on 10/30/2005 9:34:02 PM by AS2Doc