Partager via


DateUtils.GetMonthString(Int32, AbbreviationLength) Méthode

Définition

Attention

deprecated

Retourne une chaîne localisée pour le mois de l’année.

[Android.Runtime.Register("getMonthString", "(II)Ljava/lang/String;", "")]
[System.Obsolete("deprecated")]
public static string? GetMonthString (int month, Android.Text.Format.AbbreviationLength abbrev);
[<Android.Runtime.Register("getMonthString", "(II)Ljava/lang/String;", "")>]
[<System.Obsolete("deprecated")>]
static member GetMonthString : int * Android.Text.Format.AbbreviationLength -> string

Paramètres

month
Int32

Un des Calendar#JANUARY Calendar.JANUARY, Calendar#FEBRUARY Calendar.FEBRUARY, etc.

abbrev
AbbreviationLength

Valeurs possibles : #LENGTH_LONG, #LENGTH_MEDIUM ou #LENGTH_SHORTEST. Les longueurs non définies retournent #LENGTH_MEDIUM , mais peuvent retourner quelque chose de différent à l’avenir.

Retours

Mois localisé de l’année.

Attributs

Remarques

Retourne une chaîne localisée pour le mois de l’année.

Ce membre est déconseillé. Utilisez java.text.SimpleDateFormat à la place.

Documentation Java pour android.text.format.DateUtils.getMonthString(int, int).

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à