Lenguaje

Calendar.Second Campo

Definición

Precaución

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

Número de campo para get e set que indica el segundo en el minuto.

[Android.Runtime.Register("SECOND")]
[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 Second = 13;
[<Android.Runtime.Register("SECOND")>]
[<System.Obsolete("This constant will be removed in the future version. Use Java.Util.CalendarField enum directly instead of this field.", true)>]
val mutable Second : Java.Util.CalendarField

Valor de campo

Value = 13
Atributos

Comentarios

Número de campo para get e set que indica el segundo en el minuto. Por ejemplo, a las 10:04:15.250 p. m. es de SECOND 15.

Java documentación para java.util.Calendar.SECOND.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a