Javax.Xml.Datatype.XMLGregorianCalendar.Millisecond Property

Syntax

[get: Android.Runtime.Register("getMillisecond", "()I", "GetGetMillisecondHandler")]
[set: Android.Runtime.Register("setMillisecond", "(I)V", "GetSetMillisecond_IHandler")]
public virtual int Millisecond { get; set; }

See Also

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

Value

Documentation for this section has not yet been entered.

Exceptions

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

Remarks

Get method documentation [Android Documentation]

Return millisecond precision of XMLGregorianCalendar.FractionalSecond.

This method represents a convenience accessor to infinite precision fractional second value returned by XMLGregorianCalendar.FractionalSecond. The returned value is the rounded down to milliseconds value of XMLGregorianCalendar.FractionalSecond. When XMLGregorianCalendar.FractionalSecond returns null, this method must return DatatypeConstants.FieldUndefined.

Value constraints for this value are summarized in .

Set method documentation [Android Documentation]

Set milliseconds.

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