AutofillValue.ForDate(Int64) Method

Definition

Creates a new AutofillValue to autofill a View representing a date.

[Android.Runtime.Register("forDate", "(J)Landroid/view/autofill/AutofillValue;", "", ApiSince=26)]
public static Android.Views.Autofill.AutofillValue? ForDate (long value);
[<Android.Runtime.Register("forDate", "(J)Landroid/view/autofill/AutofillValue;", "", ApiSince=26)>]
static member ForDate : int64 -> Android.Views.Autofill.AutofillValue

Parameters

value
Int64

Returns

Attributes

Remarks

Creates a new AutofillValue to autofill a View representing a date.

See View#AUTOFILL_TYPE_DATE for more info.

Java documentation for android.view.autofill.AutofillValue.forDate(long).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to