Keine Cache-Version

Caching deaktiviert Standardeinstellung für diese Seite:aktiviert (code LNG204)
Wenn die Anzeige zu langsam ist, können Sie den Benutzermodus deaktivieren, um die zwischengespeicherte Version anzuzeigen.
java.text

Class DateFormat.Field

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    DateFormat

    public static class DateFormat.Field
    extends Format.Field
    Defines constants that are used as attribute keys in the AttributedCharacterIterator returned from DateFormat.formatToCharacterIterator and as field identifiers in FieldPosition.

    The class also provides two methods to map between its constants and the corresponding Calendar constants.

    Since:
    1.4
    See Also:
    Calendar, Serialized Form
    • Field Detail

      • ERA

        public static final DateFormat.Field ERA
        Constant identifying the era field.
      • YEAR

        public static final DateFormat.Field YEAR
        Constant identifying the year field.
      • MONTH

        public static final DateFormat.Field MONTH
        Constant identifying the month field.
      • DAY_OF_MONTH

        public static final DateFormat.Field DAY_OF_MONTH
        Constant identifying the day of month field.
      • HOUR_OF_DAY1

        public static final DateFormat.Field HOUR_OF_DAY1
        Constant identifying the hour of day field, where the legal values are 1 to 24.
      • HOUR_OF_DAY0

        public static final DateFormat.Field HOUR_OF_DAY0
        Constant identifying the hour of day field, where the legal values are 0 to 23.
      • MINUTE

        public static final DateFormat.Field MINUTE
        Constant identifying the minute field.
      • SECOND

        public static final DateFormat.Field SECOND
        Constant identifying the second field.
      • MILLISECOND

        public static final DateFormat.Field MILLISECOND
        Constant identifying the millisecond field.
      • DAY_OF_WEEK

        public static final DateFormat.Field DAY_OF_WEEK
        Constant identifying the day of week field.
      • DAY_OF_YEAR

        public static final DateFormat.Field DAY_OF_YEAR
        Constant identifying the day of year field.
      • DAY_OF_WEEK_IN_MONTH

        public static final DateFormat.Field DAY_OF_WEEK_IN_MONTH
        Constant identifying the day of week field.
      • WEEK_OF_YEAR

        public static final DateFormat.Field WEEK_OF_YEAR
        Constant identifying the week of year field.
      • WEEK_OF_MONTH

        public static final DateFormat.Field WEEK_OF_MONTH
        Constant identifying the week of month field.
      • AM_PM

        public static final DateFormat.Field AM_PM
        Constant identifying the time of day indicator (e.g. "a.m." or "p.m.") field.
      • HOUR1

        public static final DateFormat.Field HOUR1
        Constant identifying the hour field, where the legal values are 1 to 12.
      • HOUR0

        public static final DateFormat.Field HOUR0
        Constant identifying the hour field, where the legal values are 0 to 11.
      • TIME_ZONE

        public static final DateFormat.Field TIME_ZONE
        Constant identifying the time zone field.
    • Constructor Detail

      • DateFormat.Field

        protected DateFormat.Field(String name,
                        int calendarField)
        Creates a Field.
        Parameters:
        name - the name of the Field
        calendarField - the Calendar constant this Field corresponds to; any value, even one outside the range of legal Calendar values may be used, but -1 should be used for values that don't correspond to legal Calendar values
    • Method Detail

      • ofCalendarField

        public static DateFormat.Field ofCalendarField(int calendarField)
        Returns the Field constant that corresponds to the Calendar constant calendarField. If there is no direct mapping between the Calendar constant and a Field, null is returned.
        Parameters:
        calendarField - Calendar field constant
        Returns:
        Field instance representing calendarField.
        Throws:
        IllegalArgumentException - if calendarField is not the value of a Calendar field constant.
        See Also:
        Calendar
      • getCalendarField

        public int getCalendarField()
        Returns the Calendar field associated with this attribute. For example, if this represents the hours field of a Calendar, this would return Calendar.HOUR. If there is no corresponding Calendar constant, this will return -1.
        Returns:
        Calendar constant for this field
        See Also:
        Calendar

Deutsche Übersetzung

Sie haben gebeten, diese Seite auf Deutsch zu besuchen. Momentan ist nur die Oberfläche übersetzt, aber noch nicht der gesamte Inhalt.

Wenn Sie mir bei Übersetzungen helfen wollen, ist Ihr Beitrag willkommen. Alles, was Sie tun müssen, ist, sich auf der Website zu registrieren und mir eine Nachricht zu schicken, in der Sie gebeten werden, Sie der Gruppe der Übersetzer hinzuzufügen, die Ihnen die Möglichkeit gibt, die gewünschten Seiten zu übersetzen. Ein Link am Ende jeder übersetzten Seite zeigt an, dass Sie der Übersetzer sind und einen Link zu Ihrem Profil haben.

Vielen Dank im Voraus.

Dokument erstellt 11/06/2005, zuletzt geändert 04/03/2020
Quelle des gedruckten Dokuments:https://www.gaudry.be/de/java-api-rf-java/text/DateFormat.Field.html

Die Infobro ist eine persönliche Seite, deren Inhalt in meiner alleinigen Verantwortung liegt. Der Text ist unter der CreativeCommons-Lizenz (BY-NC-SA) verfügbar. Weitere Informationen auf die Nutzungsbedingungen und dem Autor.

Referenzen

  1. Zeigen Sie - html-Dokument Sprache des Dokuments:fr Manuel PHP : https://docs.oracle.com

Diese Verweise und Links verweisen auf Dokumente, die während des Schreibens dieser Seite konsultiert wurden, oder die zusätzliche Informationen liefern können, aber die Autoren dieser Quellen können nicht für den Inhalt dieser Seite verantwortlich gemacht werden.
Der Autor Diese Website ist allein dafür verantwortlich, wie die verschiedenen Konzepte und Freiheiten, die mit den Nachschlagewerken gemacht werden, hier dargestellt werden. Denken Sie daran, dass Sie mehrere Quellinformationen austauschen müssen, um das Risiko von Fehlern zu reduzieren.

Inhaltsverzeichnis Haut