SimpleDateFormat.DateFormatSymbols Proprietà

Definizione

Ottiene i dati di formattazione di data/ora. -oppure- Consente di impostare i dati di formattazione di data/ora.

public virtual Android.Icu.Text.DateFormatSymbols? DateFormatSymbols { [Android.Runtime.Register("getDateFormatSymbols", "()Landroid/icu/text/DateFormatSymbols;", "GetGetDateFormatSymbolsHandler", ApiSince=24)] get; [Android.Runtime.Register("setDateFormatSymbols", "(Landroid/icu/text/DateFormatSymbols;)V", "GetSetDateFormatSymbols_Landroid_icu_text_DateFormatSymbols_Handler", ApiSince=24)] set; }
[<get: Android.Runtime.Register("getDateFormatSymbols", "()Landroid/icu/text/DateFormatSymbols;", "GetGetDateFormatSymbolsHandler", ApiSince=24)>]
[<set: Android.Runtime.Register("setDateFormatSymbols", "(Landroid/icu/text/DateFormatSymbols;)V", "GetSetDateFormatSymbols_Landroid_icu_text_DateFormatSymbols_Handler", ApiSince=24)>]
member this.DateFormatSymbols : Android.Icu.Text.DateFormatSymbols with get, set

Valore della proprietà

una copia dei dati di formattazione di data e ora associati a questo formattatore di data e ora.

Attributi

Commenti

Documentazione del getter delle proprietà:

Ottiene i dati di formattazione di data/ora.

per android.icu.text.SimpleDateFormat.getDateFormatSymbols().

Documentazione del setter delle proprietà:

Consente di impostare i dati di formattazione di data/ora.

per android.icu.text.SimpleDateFormat.setDateFormatSymbols(android.icu.text.DateFormatSymbols).

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.

Si applica a