Javax.Xml.Datatype.XMLGregorianCalendar.FractionalSecond Property

Syntax

[get: Android.Runtime.Register("getFractionalSecond", "()Ljava/math/BigDecimal;", "GetGetFractionalSecondHandler")]
[set: Android.Runtime.Register("setFractionalSecond", "(Ljava/math/BigDecimal;)V", "GetSetFractionalSecond_Ljava_math_BigDecimal_Handler")]
public abstract Java.Math.BigDecimal FractionalSecond { get; set; }

See Also

XMLGregorianCalendar.Second
XMLGregorianCalendar.SetTime(int, System.Int32, System.Int32, System.Int32)

Value

Documentation for this section has not yet been entered.

Exceptions

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

Remarks

Get method documentation [Android Documentation]

Return fractional seconds.

null is returned when this optional field is not defined.

Value constraints are detailed in .

This optional field can only have a defined value when the xs:dateTime second field, represented by XMLGregorianCalendar.Second, does not return DatatypeConstants.FieldUndefined.

Set method documentation [Android Documentation]

Set fractional seconds.

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

Requirements

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