Calendar.Builder Constructors

Definition

Overloads

Calendar.Builder()

Constructs a Calendar.Builder.

Calendar.Builder(IntPtr, JniHandleOwnership)

Calendar.Builder()

Constructs a Calendar.Builder.

[Android.Runtime.Register(".ctor", "()V", "", ApiSince=26)]
public Builder ();
Attributes

Remarks

Constructs a Calendar.Builder.

Java documentation for java.util.Calendar.Builder.Calendar$Builder().

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

Calendar.Builder(IntPtr, JniHandleOwnership)

protected Builder (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Java.Util.Calendar.Builder : nativeint * Android.Runtime.JniHandleOwnership -> Java.Util.Calendar.Builder

Parameters

javaReference
IntPtr

nativeint

Remarks

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