This page was saved using jaction on 2006-09-04 8:33:36.
Address: http://flexdocs.kr/docs/flex2/langref/mx/formatters/DateBase.html
Title: mx.formatters.DateBase (Flex™ 2 레퍼런스 가이드)  •  Size: 20927
Packagemx.formatters
Classpublic class DateBase
InheritanceDateBase Inheritance Object

DateBase 클래스에는, mx.formatters.DateFormatter 클래스나 패턴을 렌더링 하는 해석 함수에서도 사용되는, 로컬라이즈 된 string 정보가 포함됩니다. 이것은 DateFormatter 클래스의 헬퍼 클래스에서, 통상, 단독으로 사용될 것은 없습니다.

See also

mx.formatters.DateFormatter


Public property
 property정의
 Inheritedconstructor : Object
특정의 object 인스턴스의 클래스 object 또는 constructor    함수에의 참조입니다.
Object
  dayNamesLong : Array
[static] 긴 형식의 요일명을 나타냅니다.
DateBase
  dayNamesShort : Array
[static] 짧은 형식의 요일명을 나타냅니다.
DateBase
  monthNamesLong : Array
[static] 긴 형식의 월명을 나타냅니다.
DateBase
  monthNamesShort : Array
[static] 짧은 형식의 월명을 나타냅니다.
DateBase
 Inheritedprototype : Object
[static] 클래스 또는 함수 object의 prototype object에의 참조입니다.
Object
  timeOfDay : Array
[static] 오전 또는 오후를 나타냅니다.
DateBase
Public Methods
 Methods정의
 InheritedhasOwnProperty (name:String ):Boolean
object로 지정된 property가 정의되고 있는지 어떤지를 나타냅니다.
Object
 InheritedisPrototypeOf (theClass:Object ):Boolean
Object 클래스의 인스턴스가, Parameters로서 지정된 object의 prototype 체인내에 있을지 어떨지를 나타냅니다.
Object
 InheritedpropertyIsEnumerable (name:String ):Boolean
지정된 property가 존재해, 열거 가능한가 어떤가를 나타냅니다.
Object
 InheritedsetPropertyIsEnumerable (name:String , isEnum:Boolean = true):void
루프 처리에 대한 다이나믹 property의 가용성을 설정합니다.
Object
 InheritedtoString ():String
지정된 object의 string 표현을 돌려줍니다.
Object
 InheritedvalueOf ():Object
지정된 object의 원시적치를 돌려줍니다.
Object
property의 상세
dayNamesLongproperty
public static var dayNamesLong:Array

긴 형식의 요일명을 나타냅니다.

디폴트치[Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"].

dayNamesShortproperty 
public static var dayNamesShort:Array

짧은 형식의 요일명을 나타냅니다.

디폴트치["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"].

monthNamesLongproperty 
public static var monthNamesLong:Array

긴 형식의 월명을 나타냅니다.

디폴트치["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"]. .

monthNamesShortproperty 
public static var monthNamesShort:Array

짧은 형식의 월명을 나타냅니다.

디폴트치["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct","Nov", "Dec"].

timeOfDayproperty 
timeOfDay:Array   [read-write]

오전 또는 오후를 나타냅니다.

디폴트치["AM", "PM"].

Implements
    public static function get timeOfDay():Array
    public function set timeOfDay(value:Array ):void






 

코멘트가 추가되었을 경우, 메일로 받기. | 코멘트 리포트

현재의 페이지: http://flexdocs.kr/docs/flex2/langref/mx/formatters/DateBase.html