TimeZoneStyle Enum

Definition

Enumerates values returned by several types and taken as a parameter of the F:Java.Util.TimeZone.GetDisplayName, and F:Java.Util.TimeZone.GetDisplayName members.

public enum TimeZoneStyle
type TimeZoneStyle = 
Inheritance
TimeZoneStyle

Fields

Long 1

The long display name style, such as Pacific Daylight Time. Requests for this style may yield GMT offsets like GMT-08:00.

Short 0

The short display name style, such as PDT.

Remarks

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