XMLGregorianCalendar.FractionalSecond Property

Definition

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

Property Value

Attributes

Exceptions

if fractional parameter is outside value constraints for the field as specified in .

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

See also

  • Second
  • <xref:Javax.Xml.Datatype.XMLGregorianCalendar.SetTime(System.Int32%2c+System.Int32%2c+System.Int32%2c+System.Int32)>