DateFormatSymbols.GetShortMonths Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Restituisce stringhe di mese breve.
[Android.Runtime.Register("getShortMonths", "()[Ljava/lang/String;", "GetGetShortMonthsHandler", ApiSince=24)]
public virtual string[]? GetShortMonths();
[<Android.Runtime.Register("getShortMonths", "()[Ljava/lang/String;", "GetGetShortMonthsHandler", ApiSince=24)>]
abstract member GetShortMonths : unit -> string[]
override this.GetShortMonths : unit -> string[]
Valori restituiti
stringhe di mese breve.
- Attributi
Commenti
Restituisce stringhe di mese breve. Ad esempio: "Jan", "Feb" e così via.
per android.icu.text.DateFormatSymbols.getShortMonths().
Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.