Class TaiwanCalendar
public class TaiwanCalendar : GregorianCalendar, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, ICloneable, IComparable<Calendar>, ISerializable
- Inheritance
-
TaiwanCalendar
- Implements
- Inherited Members
- Extension Methods
Constructors
TaiwanCalendar()
public TaiwanCalendar()
TaiwanCalendar(TimeZone)
public TaiwanCalendar(TimeZone arg0)
Parameters
TaiwanCalendar(TimeZone, ULocale)
public TaiwanCalendar(TimeZone arg0, ULocale arg1)
Parameters
TaiwanCalendar(TimeZone, Locale)
public TaiwanCalendar(TimeZone arg0, Locale arg1)
Parameters
TaiwanCalendar(ULocale)
public TaiwanCalendar(ULocale arg0)
Parameters
TaiwanCalendar(Date)
public TaiwanCalendar(Date arg0)
Parameters
TaiwanCalendar(Locale)
public TaiwanCalendar(Locale arg0)
Parameters
TaiwanCalendar(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public TaiwanCalendar(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
TaiwanCalendar(int, int, int)
https://developer.android.com/reference/android/icu/util/TaiwanCalendar.html#%3Cinit%3E(int,int,int)
public TaiwanCalendar(int arg0, int arg1, int arg2)
Parameters
TaiwanCalendar(int, int, int, int, int, int)
public TaiwanCalendar(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
Parameters
Properties
BEFORE_MINGUO
public static int BEFORE_MINGUO { get; set; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
MINGUO
public static int MINGUO { get; set; }
Property Value
Methods
CreatePoolableInstance()
HPA initializer for TaiwanCalendar()
public static TaiwanCalendar CreatePoolableInstance()
Returns
CreatePoolableInstance(TimeZone)
HPA initializer for TaiwanCalendar(Android.Icu.Util.TimeZone arg0)
public static TaiwanCalendar CreatePoolableInstance(TimeZone arg0)
Parameters
arg0TimeZone
Returns
CreatePoolableInstance(TimeZone, ULocale)
HPA initializer for TaiwanCalendar(Android.Icu.Util.TimeZone arg0, Android.Icu.Util.ULocale arg1)
public static TaiwanCalendar CreatePoolableInstance(TimeZone arg0, ULocale arg1)
Parameters
Returns
CreatePoolableInstance(TimeZone, Locale)
HPA initializer for TaiwanCalendar(Android.Icu.Util.TimeZone arg0, Java.Util.Locale arg1)
public static TaiwanCalendar CreatePoolableInstance(TimeZone arg0, Locale arg1)
Parameters
Returns
CreatePoolableInstance(ULocale)
HPA initializer for TaiwanCalendar(Android.Icu.Util.ULocale arg0)
public static TaiwanCalendar CreatePoolableInstance(ULocale arg0)
Parameters
arg0ULocale
Returns
CreatePoolableInstance(Date)
HPA initializer for TaiwanCalendar(Java.Util.Date arg0)
public static TaiwanCalendar CreatePoolableInstance(Date arg0)
Parameters
arg0Date
Returns
CreatePoolableInstance(Locale)
HPA initializer for TaiwanCalendar(Java.Util.Locale arg0)
public static TaiwanCalendar CreatePoolableInstance(Locale arg0)
Parameters
arg0Locale
Returns
CreatePoolableInstance(int, int, int)
HPA initializer for TaiwanCalendar(int arg0, int arg1, int arg2)
public static TaiwanCalendar CreatePoolableInstance(int arg0, int arg1, int arg2)
Parameters
Returns
CreatePoolableInstance(int, int, int, int, int, int)
HPA initializer for TaiwanCalendar(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
public static TaiwanCalendar CreatePoolableInstance(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)