TextClassifier.TypeDateTime 欄位

定義

警告

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

時間參考包含特定時間。

[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

欄位值

屬性

備註

時間參考包含特定時間。 可能是絕對的,例如「2000年1月1日下午5:30」,或是相對的,例如「明天下午5:30」。 *

Java 文件 android.view.textclassifier.TextClassifier.TYPE_DATE_TIME

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於