Calendar.Instance Property

Definition

Gets a calendar using the default time zone and locale.

public static Java.Util.Calendar Instance { [Android.Runtime.Register("getInstance", "()Ljava/util/Calendar;", "")] get; }
[<get: Android.Runtime.Register("getInstance", "()Ljava/util/Calendar;", "")>]
static member Instance : Java.Util.Calendar

Property Value

a Calendar.

Attributes

Remarks

Java documentation for java.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