다음을 통해 공유


Calendar.Instance Property

Definition

Returns a calendar using the default time zone and locale.

public static Android.Icu.Util.Calendar? Instance { [Android.Runtime.Register("getInstance", "()Landroid/icu/util/Calendar;", "", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getInstance", "()Landroid/icu/util/Calendar;", "", ApiSince=24)>]
static member Instance : Android.Icu.Util.Calendar

Property Value

a Calendar.

Attributes

Remarks

Returns a calendar using the default time zone and locale.

Java documentation for android.icu.util.Calendar.getInstance().

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