Java.Util.Calendar.ZoneOffset Field
Field number for get and set indicating the raw (non-DST) offset from GMT in milliseconds.

Value: 15

Syntax

[Android.Runtime.Register("ZONE_OFFSET")]
[System.Obsolete("This constant will be removed in the future version. Use Java.Util.CalendarField enum directly instead of this field.")]
public const CalendarField ZoneOffset

Remarks

Field number for get and set indicating the raw (non-DST) offset from GMT in milliseconds. Equivalent to TimeZone.RawOffset.

To determine the total offset from GMT at the time represented by this calendar, you will need to add the ZONE_OFFSET and DST_OFFSET fields.

[Android Documentation]

Requirements

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