Java.Util.Calendar.GetInstance Method
Constructs a new instance of the Calendar subclass appropriate for the given Locale and default TimeZone, set to the current date and time.

Syntax

[Android.Runtime.Register("getInstance", "(Ljava/util/Locale;)Ljava/util/Calendar;", "")]
public static Calendar GetInstance (Locale locale)

Parameters

locale
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Constructs a new instance of the Calendar subclass appropriate for the given Locale and default TimeZone, set to the current date and time.

[Android Documentation]

Requirements

Namespace: Java.Util
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1