AbstractChronology Constructors

Definition

Overloads

AbstractChronology()

Creates an instance.

AbstractChronology(IntPtr, JniHandleOwnership)

AbstractChronology()

Creates an instance.

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

Remarks

Creates an instance.

Java documentation for java.time.chrono.AbstractChronology.AbstractChronology().

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

AbstractChronology(IntPtr, JniHandleOwnership)

protected AbstractChronology (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Java.Time.Chrono.AbstractChronology : nativeint * Android.Runtime.JniHandleOwnership -> Java.Time.Chrono.AbstractChronology

Parameters

javaReference
IntPtr

nativeint

Applies to