共用方式為


Calendar.GetDateTimeFormat 方法

定義

多載

GetDateTimeFormat(DateFormatStyle, Int32, ULocale)
GetDateTimeFormat(DateFormatStyle, Int32, Locale)

GetDateTimeFormat(DateFormatStyle, Int32, ULocale)

[Android.Runtime.Register("getDateTimeFormat", "(IILandroid/icu/util/ULocale;)Landroid/icu/text/DateFormat;", "GetGetDateTimeFormat_IILandroid_icu_util_ULocale_Handler", ApiSince=24)]
public virtual Android.Icu.Text.DateFormat? GetDateTimeFormat (Android.Icu.Text.DateFormatStyle dateStyle, int timeStyle, Android.Icu.Util.ULocale? loc);
[<Android.Runtime.Register("getDateTimeFormat", "(IILandroid/icu/util/ULocale;)Landroid/icu/text/DateFormat;", "GetGetDateTimeFormat_IILandroid_icu_util_ULocale_Handler", ApiSince=24)>]
abstract member GetDateTimeFormat : Android.Icu.Text.DateFormatStyle * int * Android.Icu.Util.ULocale -> Android.Icu.Text.DateFormat
override this.GetDateTimeFormat : Android.Icu.Text.DateFormatStyle * int * Android.Icu.Util.ULocale -> Android.Icu.Text.DateFormat

參數

dateStyle
DateFormatStyle
timeStyle
Int32
loc
ULocale

傳回

屬性

備註

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於

GetDateTimeFormat(DateFormatStyle, Int32, Locale)

[Android.Runtime.Register("getDateTimeFormat", "(IILjava/util/Locale;)Landroid/icu/text/DateFormat;", "GetGetDateTimeFormat_IILjava_util_Locale_Handler", ApiSince=24)]
public virtual Android.Icu.Text.DateFormat? GetDateTimeFormat (Android.Icu.Text.DateFormatStyle dateStyle, int timeStyle, Java.Util.Locale? loc);
[<Android.Runtime.Register("getDateTimeFormat", "(IILjava/util/Locale;)Landroid/icu/text/DateFormat;", "GetGetDateTimeFormat_IILjava_util_Locale_Handler", ApiSince=24)>]
abstract member GetDateTimeFormat : Android.Icu.Text.DateFormatStyle * int * Java.Util.Locale -> Android.Icu.Text.DateFormat
override this.GetDateTimeFormat : Android.Icu.Text.DateFormatStyle * int * Java.Util.Locale -> Android.Icu.Text.DateFormat

參數

dateStyle
DateFormatStyle
timeStyle
Int32
loc
Locale

傳回

屬性

備註

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於