Share via


XMLGregorianCalendar.SetMillisecond(Int32) Method

Definition

Set milliseconds.

[Android.Runtime.Register("setMillisecond", "(I)V", "GetSetMillisecond_IHandler")]
public abstract void SetMillisecond (int millisecond);
[<Android.Runtime.Register("setMillisecond", "(I)V", "GetSetMillisecond_IHandler")>]
abstract member SetMillisecond : int -> unit

Parameters

millisecond
Int32

value constraints summarized in millisecond field of date/time field mapping table.

Attributes

Remarks

Set milliseconds.

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

Java documentation for javax.xml.datatype.XMLGregorianCalendar.setMillisecond(int).

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