XMLGregorianCalendar.Timezone Property

Definition

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

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

Property Value

Attributes

Exceptions

if offset 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