Java.Util.SimpleTimeZone.StandardTime Field
The constant for representing a start or end time in standard local time mode, based on timezone's raw offset from GMT; does not include Daylight savings.

Value: 1

Syntax

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

Remarks

The constant for representing a start or end time in standard local time mode, based on timezone's raw offset from GMT; does not include Daylight savings.

[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