KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > text > DateFormat.Field

java.text
Class DateFormat.Field

java.lang.Object
  extended by java.text.AttributedCharacterIterator.Attribute
      extended by java.text.Format.Field
          extended by java.text.DateFormat.Field
All Implemented Interfaces:
Serializable
Enclosing class:
DateFormat
See Also:
Source Code, Calendar

public static final DateFormat.Field AM_PM
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected DateFormat.Field(String name,
                           int calendarField)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final DateFormat.Field DAY_OF_MONTH
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final DateFormat.Field DAY_OF_WEEK
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final DateFormat.Field DAY_OF_WEEK_IN_MONTH
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final DateFormat.Field DAY_OF_YEAR
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final DateFormat.Field ERA
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getCalendarField()
See Also:
Calendar
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final DateFormat.Field HOUR0
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final DateFormat.Field HOUR1
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final DateFormat.Field HOUR_OF_DAY0
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final DateFormat.Field HOUR_OF_DAY1
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final DateFormat.Field MILLISECOND
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final DateFormat.Field MINUTE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final DateFormat.Field MONTH
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static DateFormat.Field ofCalendarField(int calendarField)
See Also:
Calendar, IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected Object readResolve()
                      throws InvalidObjectException
See Also:
AttributedCharacterIterator.Attribute
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final DateFormat.Field SECOND
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final DateFormat.Field TIME_ZONE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final DateFormat.Field WEEK_OF_MONTH
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final DateFormat.Field WEEK_OF_YEAR
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final DateFormat.Field YEAR
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags