SimpleTimeZone.RawOffset Property

Definition

Gets the GMT offset for this time zone. -or- Sets the base time zone offset to GMT.

public override int RawOffset { [Android.Runtime.Register("getRawOffset", "()I", "GetGetRawOffsetHandler")] get; [Android.Runtime.Register("setRawOffset", "(I)V", "GetSetRawOffset_IHandler")] set; }
[<get: Android.Runtime.Register("getRawOffset", "()I", "GetGetRawOffsetHandler")>]
[<set: Android.Runtime.Register("setRawOffset", "(I)V", "GetSetRawOffset_IHandler")>]
member this.RawOffset : int with get, set

Property Value

Int32

the GMT offset value in milliseconds

Attributes

Remarks

Property getter documentation:

Java documentation for java.util.SimpleTimeZone.getRawOffset().

Property setter documentation:

Java documentation for java.util.SimpleTimeZone.setRawOffset(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