TextClassifier.TypeDateTime Field

Definition

Caution

Use 'Android.Views.TextClassifiers.ITextClassifier.TypeDateTime'. This class will be removed in a future release.

Time reference that includes a specific time.

[Android.Runtime.Register("TYPE_DATE_TIME", ApiSince=28)]
[System.Obsolete("Use 'Android.Views.TextClassifiers.ITextClassifier.TypeDateTime'. This class will be removed in a future release.")]
public const string TypeDateTime;
[<Android.Runtime.Register("TYPE_DATE_TIME", ApiSince=28)>]
[<System.Obsolete("Use 'Android.Views.TextClassifiers.ITextClassifier.TypeDateTime'. This class will be removed in a future release.")>]
val mutable TypeDateTime : string

Field Value

Attributes

Remarks

Time reference that includes a specific time. May be absolute such as "01/01/2000 5:30pm" or relative like "tomorrow at 5:30pm". *

Java documentation for android.view.textclassifier.TextClassifier.TYPE_DATE_TIME.

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