DateFormat.SecondField Поле
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Внимание!
This constant will be removed in the future version. Use Android.Icu.Text.DateFormatField enum directly instead of this field.
Селектор FieldPosition для выравнивания полей "s", соответствующий полю Calendar#SECOND .
[Android.Runtime.Register("SECOND_FIELD", ApiSince=24)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Icu.Text.DateFormatField enum directly instead of this field.", true)]
public const Android.Icu.Text.DateFormatField SecondField = 7;
[<Android.Runtime.Register("SECOND_FIELD", ApiSince=24)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Icu.Text.DateFormatField enum directly instead of this field.", true)>]
val mutable SecondField : Android.Icu.Text.DateFormatField
Значение поля
Value = 7- Атрибуты
Комментарии
Селектор FieldPosition для выравнивания полей "s", соответствующий полю Calendar#SECOND .
Java документации по android.icu.text.DateFormat.SECOND_FIELD.
Части этой страницы — это изменения на основе работы, созданной и общей Project и используемых в соответствии с условиями, описанными в разделе "".