JavaTM Platform
Standard Ed. 6

클래스
java.text.DateFormat.Field 의 사용

DateFormat.Field 를 사용하고 있는 패키지
java.text 텍스트, 일자, 수치, 및 메세지를 자연 언어에 의존하지 않는 방법으로 처리하기 위한 클래스와 인터페이스를 제공합니다.  
 

java.text 에서의 DateFormat.Field 의 사용
 

DateFormat.Field 로서 선언되고 있는 java.text 의 필드
static DateFormat.Field DateFormat.Field. AM_PM
          1 일안의 시각의 인디케이터(indicator) ( 「a.m.」또는 「p.m.」) 필드를 식별하는 정수입니다.
static DateFormat.Field DateFormat.Field. DAY_OF_MONTH
          달의 날의 필드를 식별하는 정수입니다.
static DateFormat.Field DateFormat.Field. DAY_OF_WEEK
          요일의 필드를 식별하는 정수입니다.
static DateFormat.Field DateFormat.Field. DAY_OF_WEEK_IN_MONTH
          요일의 필드를 식별하는 정수입니다.
static DateFormat.Field DateFormat.Field. DAY_OF_YEAR
          해의 날의 필드를 식별하는 정수입니다.
static DateFormat.Field DateFormat.Field. ERA
          기원의 필드를 식별하는 정수입니다.
static DateFormat.Field DateFormat.Field. HOUR_OF_DAY0
          1 일안의 시각의 필드를 식별하는 정수입니다.
static DateFormat.Field DateFormat.Field. HOUR_OF_DAY1
          1 일안의 시각의 필드를 식별하는 정수입니다.
static DateFormat.Field DateFormat.Field. HOUR0
          시각의 필드를 식별하는 정수입니다.
static DateFormat.Field DateFormat.Field. HOUR1
          시각의 필드를 식별하는 정수입니다.
static DateFormat.Field DateFormat.Field. MILLISECOND
          밀리 세컨드의 필드를 식별하는 정수입니다.
static DateFormat.Field DateFormat.Field. MINUTE
          분의 필드를 식별하는 정수입니다.
static DateFormat.Field DateFormat.Field. MONTH
          달의 필드를 식별하는 정수입니다.
static DateFormat.Field DateFormat.Field. SECOND
          초의 필드를 식별하는 정수입니다.
static DateFormat.Field DateFormat.Field. TIME_ZONE
          타임 존의 필드를 식별하는 정수입니다.
static DateFormat.Field DateFormat.Field. WEEK_OF_MONTH
          1 월안의 주의 필드를 식별하는 정수입니다.
static DateFormat.Field DateFormat.Field. WEEK_OF_YEAR
          해의 주의 필드를 식별하는 정수입니다.
static DateFormat.Field DateFormat.Field. YEAR
          해의 필드를 식별하는 정수입니다.
 

DateFormat.Field 를 돌려주는 java.text 의 메소드
static DateFormat.Field DateFormat.Field. ofCalendarField (int calendarField)
          calendarFieldCalendar 정수에 대응하는 Field 를 돌려줍니다.
 


JavaTM Platform
Standard Ed. 6

버그의 보고와 기능의 요청
한층 더 자세한 API 레퍼런스 및 개발자 문서에 대해서는,Java SE 개발자용 문서를 참조해 주세요. 개발자전용의 상세한 해설, 개념의 개요, 용어의 정의, 버그의 회피책, 및 코드 실례가 포함되어 있습니다.

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.