Język

TimeZone.RawOffset Property

Definition

Gets unmodified offset, NOT modified in case of daylight savings.

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

Property Value

the unmodified offset to add to UTC to get local time.

Attributes

Remarks

Gets unmodified offset, NOT modified in case of daylight savings. This is the offset to add to UTC to get local time.

Android reference for android.icu.util.TimeZone.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