Java.Util.SimpleTimeZone: Constructor Members

The constructors 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

Public Constructors

Constructs a SimpleTimeZone with the given base time zone offset from GMT, time zone ID, and times to start and end the daylight savings time.
Constructs a SimpleTimeZone with the given base time zone offset from GMT, time zone ID, times to start and end the daylight savings time, and the daylight savings time difference in milliseconds.
Construct a SimpleTimeZone with the given base time zone offset from GMT, time zone ID, times to start and end the daylight savings time including a mode specifier, the daylight savings time difference in milliseconds.
Constructs a SimpleTimeZone with the given base time zone offset from GMT and time zone ID.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.