Javax.Xml.Datatype.XMLGregorianCalendar.Second Property

Syntax

[get: Android.Runtime.Register("getSecond", "()I", "GetGetSecondHandler")]
[set: Android.Runtime.Register("setSecond", "(I)V", "GetSetSecond_IHandler")]
public abstract int Second { get; set; }

See Also

XMLGregorianCalendar.FractionalSecond
XMLGregorianCalendar.Millisecond
XMLGregorianCalendar.SetTime(int, System.Int32, System.Int32)

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalArgumentExceptionif second parameter is outside value constraints for the field as specified in .
Java.Lang.IllegalArgumentExceptionif second parameter is outside value constraints for the field as specified in .
Java.Lang.IllegalArgumentExceptionif second parameter is outside value constraints for the field as specified in .
Java.Lang.IllegalArgumentExceptionif second parameter is outside value constraints for the field as specified in .
Java.Lang.IllegalArgumentExceptionif second parameter is outside value constraints for the field as specified in .

Remarks

Get method documentation [Android Documentation]

Return seconds or DatatypeConstants.FieldUndefined.

Returns DatatypeConstants.FieldUndefined if this field is not defined. When this field is not defined, the optional xs:dateTime fractional seconds field, represented by XMLGregorianCalendar.FractionalSecond and XMLGregorianCalendar.Millisecond, must not be defined.

Value constraints for this value are summarized in .

Set method documentation [Android Documentation]

Set seconds.

Unset this field by invoking the setter with a parameter value of DatatypeConstants.FieldUndefined.

Requirements

Namespace: Javax.Xml.Datatype
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 8