Sprache

Notification.Metric.FixedDate.FormatLongDate Feld

Definition

Achtung

This constant will be removed in the future version. Use Android.App.FixedDateFormat enum directly instead of this field.

Formatierungsoption.

[Android.Runtime.Register("FORMAT_LONG_DATE", ApiSince=37)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.FixedDateFormat enum directly instead of this field.", true)]
public const Android.App.FixedDateFormat FormatLongDate = 1;
[<Android.Runtime.Register("FORMAT_LONG_DATE", ApiSince=37)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.FixedDateFormat enum directly instead of this field.", true)>]
val mutable FormatLongDate : Android.App.FixedDateFormat

Feldwert

Value = 1
Attribute

Hinweise

Formatierungsoption. Das Datum wird in einem längeren Format angezeigt, z. B. "13. August 2025" (gemäß dem Gebietsschema des Geräts).

Android-Referenz für android.app.Notification.Metric.FixedDate.FORMAT_LONG_DATE.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: