View.AutofillTypeDate フィールド

定義

注意事項

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

日付を含むフィールドのオートフィル型。これは、"エポック" と呼ばれる標準基本時間 (1970 年 1 月 1 日、00:00:00 GMT) からのミリ秒数を表す長整数で表されます (を参照)。java.util.Date#getTime()

[Android.Runtime.Register("AUTOFILL_TYPE_DATE", ApiSince=26)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.AutofillType enum directly instead of this field.", true)]
public const Android.Views.AutofillType AutofillTypeDate = 4;
[<Android.Runtime.Register("AUTOFILL_TYPE_DATE", ApiSince=26)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.AutofillType enum directly instead of this field.", true)>]
val mutable AutofillTypeDate : Android.Views.AutofillType

フィールド値

Value = 4
属性

注釈

日付を含むフィールドのオートフィル型。これは、"エポック" と呼ばれる標準基本時間 (1970 年 1 月 1 日、00:00:00 GMT) からのミリ秒数を表す長整数で表されます (を参照)。java.util.Date#getTime()

AutofillValue 自動入力用の インスタンスは を View 介して AutofillValue#forDate(long)取得でき、オートフィル View に渡される値は を介して AutofillValue#getDateValue()フェッチできます。

の Java ドキュメント android.view.View.AUTOFILL_TYPE_DATE

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象