TimeZone.RawOffset Property

Definition

Returns the offset in milliseconds from UTC of this time zone's standard time.

public abstract 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

Attributes

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