The fields of Java.Util.SimpleTimeZone are listed below. For a list of all members, see the SimpleTimeZone Members list.
See Also: Inherited members from Java.Util.TimeZone
const | StandardTime | TimeZoneKind (1). 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. |
const | UtcTime | TimeZoneKind (2). The constant for representing a start or end time in GMT time mode. |
const | WallTime | TimeZoneKind (0). The constant for representing a start or end time in local wall clock time mode, based on timezone's adjusted offset from GMT; includes Daylight savings. |