Condividi tramite


Calendar.DayOfMonth Campo

Definizione

Attenzione

This constant will be removed in the future version. Use Java.Util.CalendarField enum directly instead of this field.

Numero di campo per get e set che indica il giorno del mese.

[Android.Runtime.Register("DAY_OF_MONTH")]
[System.Obsolete("This constant will be removed in the future version. Use Java.Util.CalendarField enum directly instead of this field.", true)]
public const Java.Util.CalendarField DayOfMonth = 5;
[<Android.Runtime.Register("DAY_OF_MONTH")>]
[<System.Obsolete("This constant will be removed in the future version. Use Java.Util.CalendarField enum directly instead of this field.", true)>]
val mutable DayOfMonth : Java.Util.CalendarField

Valore del campo

Value = 5
Attributi

Commenti

Numero di campo per get e set che indica il giorno del mese. Si tratta di un sinonimo di DATE. Il primo giorno del mese ha valore 1.

Documentazione java per java.util.Calendar.DAY_OF_MONTH.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a

Vedi anche