Class MonthDisplayHelper
public class MonthDisplayHelper : JVMBridgeBase<MonthDisplayHelper>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
MonthDisplayHelper
- Implements
- Extension Methods
Constructors
MonthDisplayHelper(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 MonthDisplayHelper(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
MonthDisplayHelper(int, int)
public MonthDisplayHelper(int arg0, int arg1)
Parameters
MonthDisplayHelper(int, int, int)
https://developer.android.com/reference/android/util/MonthDisplayHelper.html#%3Cinit%3E(int,int,int)
public MonthDisplayHelper(int arg0, int arg1, int arg2)
Parameters
Properties
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
Methods
CreatePoolableInstance(int, int)
HPA initializer for MonthDisplayHelper(int arg0, int arg1)
public static MonthDisplayHelper CreatePoolableInstance(int arg0, int arg1)
Parameters
Returns
CreatePoolableInstance(int, int, int)
HPA initializer for MonthDisplayHelper(int arg0, int arg1, int arg2)
public static MonthDisplayHelper CreatePoolableInstance(int arg0, int arg1, int arg2)
Parameters
Returns
GetColumnOf(int)
public int GetColumnOf(int arg0)
Parameters
Returns
GetDayAt(int, int)
public int GetDayAt(int arg0, int arg1)
Parameters
Returns
GetDigitsForRow(int)
public int[] GetDigitsForRow(int arg0)
Parameters
Returns
GetFirstDayOfMonth()
public int GetFirstDayOfMonth()
Returns
GetMonth()
public int GetMonth()
Returns
GetNumberOfDaysInMonth()
public int GetNumberOfDaysInMonth()
Returns
GetOffset()
public int GetOffset()
Returns
GetRowOf(int)
public int GetRowOf(int arg0)
Parameters
Returns
GetWeekStartDay()
public int GetWeekStartDay()
Returns
GetYear()
public int GetYear()
Returns
IsWithinCurrentMonth(int, int)
public bool IsWithinCurrentMonth(int arg0, int arg1)
Parameters
Returns
NextMonth()
public void NextMonth()
PreviousMonth()
public void PreviousMonth()