Enum Month
Monat
Ein Enum-Wert, der die Monate des Jahres darstellt.
Um eine Enum aufzurufen, rufen Sie ihre übergeordnete Klasse, ihren Namen und ihre Eigenschaft auf. Beispiel:
Base.Month.JANUARY
.
Attribute
Property | Typ | Beschreibung |
JANUARY | Enum | Januar (Monat 1). |
FEBRUARY | Enum | Februar (Monat 2). |
MARCH | Enum | März (Monat 3). |
APRIL | Enum | April (Monat 4). |
MAY | Enum | Mai (Monat 5). |
JUNE | Enum | Juni (Monat 6). |
JULY | Enum | Juli (Monat 7). |
AUGUST | Enum | August (Monat 8): |
SEPTEMBER | Enum | September (Monat 9). |
OCTOBER | Enum | Oktober (Monat 10). |
NOVEMBER | Enum | November (Monat 11). |
DECEMBER | Enum | Dezember (Monat 12). |
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2023-12-01 (UTC).
[null,null,["Zuletzt aktualisiert: 2023-12-01 (UTC)."],[[["`Month` is an enum that represents the twelve months of the year."],["To access a specific month, use the syntax `Base.Month.[MONTH_NAME]`, for example, `Base.Month.JANUARY`."],["Each month is represented by an `Enum` property within the `Month` enum, providing a standardized way to refer to specific months."]]],[]]