XMLGregorianCalendar.Normalize Method

Definition

Normalize this instance to UTC.

[Android.Runtime.Register("normalize", "()Ljavax/xml/datatype/XMLGregorianCalendar;", "GetNormalizeHandler")]
public abstract Javax.Xml.Datatype.XMLGregorianCalendar? Normalize ();
[<Android.Runtime.Register("normalize", "()Ljavax/xml/datatype/XMLGregorianCalendar;", "GetNormalizeHandler")>]
abstract member Normalize : unit -> Javax.Xml.Datatype.XMLGregorianCalendar

Returns

this XMLGregorianCalendar normalized to UTC.

Attributes

Remarks

Normalize this instance to UTC.

2000-03-04T23:00:00+03:00 normalizes to 2000-03-04T20:00:00Z

Implements W3C XML Schema Part 2, Section 3.2.7.3 (A).

Java documentation for javax.xml.datatype.XMLGregorianCalendar.normalize().

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