SimpleTimeZone.RawOffset Property

Definition

Gets the GMT offset for this time zone.

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

the GMT offset value in milliseconds

Attributes

Remarks

Gets the GMT offset for this time zone.

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

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