Javax.Xml.Datatype.XMLGregorianCalendar.Timezone Property
Return timezone offset in minutes or DatatypeConstants.FieldUndefined if this optional field is not defined.

Syntax

[get: Android.Runtime.Register("getTimezone", "()I", "GetGetTimezoneHandler")]
[set: Android.Runtime.Register("setTimezone", "(I)V", "GetSetTimezone_IHandler")]
public abstract int Timezone { get; set; }

See Also

XMLGregorianCalendar.Timezone

Value

Documentation for this section has not yet been entered.

Exceptions

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

Remarks

Get method documentation [Android Documentation]

Return timezone offset in minutes or DatatypeConstants.FieldUndefined if this optional field is not defined.

Value constraints for this value are summarized in .

Set method documentation [Android Documentation]

Set the number of minutes in the timezone offset.

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