Java.Util.Calendar.DstOffset Field
Field number for get and set indicating the daylight savings offset from the ZONE_OFFSET in milliseconds.

Value: 16

Syntax

[Android.Runtime.Register("DST_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 DstOffset

Remarks

Field number for get and set indicating the daylight savings offset from the ZONE_OFFSET in milliseconds. Equivalent to TimeZone.DSTSavings if the represented time falls inside DST, or 0 otherwise.

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