MonthDisplayHelper Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
| Nome | Descrizione |
|---|---|
| MonthDisplayHelper(Int32, Int32) | |
| MonthDisplayHelper(IntPtr, JniHandleOwnership) |
Costruttore usato durante la creazione di rappresentazioni gestite di oggetti JNI; chiamato dal runtime. |
| MonthDisplayHelper(Int32, Int32, Int32) |
MonthDisplayHelper(Int32, Int32)
[Android.Runtime.Register(".ctor", "(II)V", "")]
public MonthDisplayHelper(int year, int month);
[<Android.Runtime.Register(".ctor", "(II)V", "")>]
new Android.Util.MonthDisplayHelper : int * int -> Android.Util.MonthDisplayHelper
Parametri
- year
- Int32
L'anno.
- month
- Int32
Il mese.
- Attributi
Commenti
per android.util.MonthDisplayHelper.MonthDisplayHelper(int, int, int).
Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.
Si applica a
MonthDisplayHelper(IntPtr, JniHandleOwnership)
Costruttore usato durante la creazione di rappresentazioni gestite di oggetti JNI; chiamato dal runtime.
protected MonthDisplayHelper(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Util.MonthDisplayHelper : nativeint * Android.Runtime.JniHandleOwnership -> Android.Util.MonthDisplayHelper
Parametri
- javaReference
-
IntPtr
nativeint
Oggetto IntPtrcontenente un riferimento all'oggetto JNI (Native Interface) Java.
- transfer
- JniHandleOwnership
Oggetto JniHandleOwnershipche indica come gestire javaReference
Commenti
Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.
Si applica a
MonthDisplayHelper(Int32, Int32, Int32)
[Android.Runtime.Register(".ctor", "(III)V", "")]
public MonthDisplayHelper(int year, int month, int weekStartDay);
[<Android.Runtime.Register(".ctor", "(III)V", "")>]
new Android.Util.MonthDisplayHelper : int * int * int -> Android.Util.MonthDisplayHelper
Parametri
- year
- Int32
L'anno.
- month
- Int32
Il mese.
- weekStartDay
- Int32
Quale giorno della settimana dovrebbe iniziare.
- Attributi
Commenti
per android.util.MonthDisplayHelper.MonthDisplayHelper(int, int, int).
Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.