Java.Util.TimeZone.RawOffset Property
Returns the offset in milliseconds from UTC of this time zone's standard time.

Syntax

[get: Android.Runtime.Register("getRawOffset", "()I", "GetGetRawOffsetHandler")]
[set: Android.Runtime.Register("setRawOffset", "(I)V", "GetSetRawOffset_IHandler")]
public abstract int RawOffset { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

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

Set method documentation [Android Documentation]

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

Requirements

Namespace: Java.Util
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1